Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f12111d919 |
@@ -4,7 +4,7 @@
|
||||
SUPPORTED_PLATFORMS = macosx iphonesimulator iphoneos appletvos appletvsimulator
|
||||
|
||||
// macOS
|
||||
VALID_ARCHS[sdk=macosx*] = i386 x86_64
|
||||
VALID_ARCHS[sdk=macosx*] = i386 x86_64 arm64
|
||||
LD_RUNPATH_SEARCH_PATHS[sdk=macosx*] = $(inherited) '@executable_path/../Frameworks' '@loader_path/Frameworks'
|
||||
FRAMEWORK_VERSION[sdk=macosx*] = A
|
||||
COMBINE_HIDPI_IMAGES[sdk=macosx*] = YES
|
||||
@@ -12,7 +12,7 @@ ENABLE_BITCODE[sdk=macosx*] = NO
|
||||
|
||||
// iOS
|
||||
VALID_ARCHS[sdk=iphoneos*] = arm64 armv7 armv7s
|
||||
VALID_ARCHS[sdk=iphonesimulator*] = i386 x86_64
|
||||
VALID_ARCHS[sdk=iphonesimulator*] = i386 x86_64 arm64
|
||||
LD_RUNPATH_SEARCH_PATHS[sdk=iphoneos*] = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks'
|
||||
LD_RUNPATH_SEARCH_PATHS[sdk=iphonesimulator*] = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks'
|
||||
CODE_SIGN_IDENTITY[sdk=iphoneos*] = iPhone Developer
|
||||
|
||||
Reference in New Issue
Block a user