Skip to content

Commit 10f05b9

Browse files
Get rid of VALID_ARCHS setting since this is now covered by other settings (supposedly)
1 parent 3523002 commit 10f05b9

3 files changed

Lines changed: 0 additions & 5 deletions

File tree

Configuration/Apollo/Apollo-Target-ApolloCodegen.xcconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ SDKROOT = macosx
44
SUPPORTED_PLATFORMS = macosx
55

66
ENABLE_BITCODE = NO
7-
VALID_ARCHS = x86_64 arm64

Configuration/Apollo/Apollo-Target-ApolloCodegenLib.xcconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33
INFOPLIST_FILE = Sources/ApolloCodegenLib/Info.plist
44
SUPPORTED_PLATFORMS = macosx
55
SDKROOT = macosx
6-
VALID_ARCHS = x86_64 arm64

Configuration/Shared/Workspace-Universal-Framework.xcconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ SUPPORTED_PLATFORMS = iphoneos iphonesimulator appletvsimulator appletvos watchs
55

66
// iOS-specific default settings
77
SDKROOT[sdk=iphone*] = iphoneos
8-
VALID_ARCHS[sdk=iphoneos*] = arm64 armv7 armv7s
9-
VALID_ARCHS[sdk=iphonesimulator*] = x86_64 arm64
108
TARGETED_DEVICE_FAMILY[sdk=iphone*] = 1,2
119

1210
// TV-specific default settings
@@ -19,7 +17,6 @@ TARGETED_DEVICE_FAMILY[sdk=watch*] = 4
1917

2018
// macOS-specific default settings
2119
SDKROOT[sdk=macosx*] = macosx
22-
VALID_ARCHS[sdk=macosx*] = x86_64 arm64
2320
SUPPORTS_MACCATALYST = YES
2421

2522
// Enable Bitcode only for actual devices, not for macOS or simulators

0 commit comments

Comments
 (0)