File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 99SUPPORTED_PLATFORMS = macosx iphonesimulator iphoneos watchos watchsimulator appletvos appletvsimulator
1010VALID_ARCHS[sdk=macosx*] = i386 x86_64
1111VALID_ARCHS[sdk=iphoneos*] = arm64 armv7 armv7s
12- VALID_ARCHS[sdk=iphonesimulator*] = arm64 armv7 armv7s
12+ VALID_ARCHS[sdk=iphonesimulator*] = i386 x86_64
1313VALID_ARCHS[sdk=watchos*] = armv7k
14- VALID_ARCHS[sdk=watchsimulator*] = armv7k
14+ VALID_ARCHS[sdk=watchsimulator*] = i386
1515VALID_ARCHS[sdk=appletv*] = arm64
16- VALID_ARCHS[sdk=appletvsimulator*] = arm64
16+ VALID_ARCHS[sdk=appletvsimulator*] = x86_64
1717
1818// Dynamic linking uses different default copy paths
1919LD_RUNPATH_SEARCH_PATHS[sdk=macosx*] = $(inherited) '@executable_path/../Frameworks' '@loader_path/Frameworks'
Original file line number Diff line number Diff line change @@ -22,3 +22,11 @@ TARGETED_DEVICE_FAMILY[sdk=appletv*] = 3
2222// Watch-specific default settings
2323TARGETED_DEVICE_FAMILY[sdk=watchsimulator*] = 4
2424TARGETED_DEVICE_FAMILY[sdk=watch*] = 4
25+
26+ ENABLE_BITCODE[sdk=macosx*] = NO
27+ ENABLE_BITCODE[sdk=watchsimulator*] = YES
28+ ENABLE_BITCODE[sdk=watch*] = YES
29+ ENABLE_BITCODE[sdk=iphonesimulator*] = YES
30+ ENABLE_BITCODE[sdk=iphone*] = YES
31+ ENABLE_BITCODE[sdk=appletvsimulator*] = YES
32+ ENABLE_BITCODE[sdk=appletv*] = YES
You can’t perform that action at this time.
0 commit comments