File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 44SUPPORTED_PLATFORMS = macosx iphonesimulator iphoneos appletvos appletvsimulator
55
66// macOS
7- VALID_ARCHS[sdk=macosx*] = i386 x86_64
7+ VALID_ARCHS[sdk=macosx*] = i386 x86_64 arm64
88LD_RUNPATH_SEARCH_PATHS[sdk=macosx*] = $(inherited) '@executable_path/../Frameworks' '@loader_path/Frameworks'
99FRAMEWORK_VERSION[sdk=macosx*] = A
1010COMBINE_HIDPI_IMAGES[sdk=macosx*] = YES
1111ENABLE_BITCODE[sdk=macosx*] = NO
1212
1313// iOS
1414VALID_ARCHS[sdk=iphoneos*] = arm64 armv7 armv7s
15- VALID_ARCHS[sdk=iphonesimulator*] = i386 x86_64
15+ VALID_ARCHS[sdk=iphonesimulator*] = i386 x86_64 arm64
1616LD_RUNPATH_SEARCH_PATHS[sdk=iphoneos*] = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks'
1717LD_RUNPATH_SEARCH_PATHS[sdk=iphonesimulator*] = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks'
1818CODE_SIGN_IDENTITY[sdk=iphoneos*] = iPhone Developer
You can’t perform that action at this time.
0 commit comments