mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-04-24 00:00:05 +08:00
Explicitly define targets and schemes for iOS and macOS
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
SUPPORTED_PLATFORMS = iphoneos iphonesimulator macosx
|
||||
TARGETED_DEVICE_FAMILY = 1,2
|
||||
|
||||
ENABLE_BITCODE = NO
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// iOS-specific settings
|
||||
@@ -13,9 +15,6 @@ VALID_ARCHS[sdk=iphonesimulator*] = i386 x86_64
|
||||
LD_RUNPATH_SEARCH_PATHS[sdk=iphoneos*] = @executable_path/Frameworks @loader_path/Frameworks
|
||||
LD_RUNPATH_SEARCH_PATHS[sdk=iphonesimulator*] = @executable_path/Frameworks @loader_path/Frameworks
|
||||
|
||||
ENABLE_BITCODE[sdk=iphonesimulator*] = NO
|
||||
ENABLE_BITCODE[sdk=iphone*] = NO
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// macOS-specific settings
|
||||
@@ -25,5 +24,3 @@ MACOSX_DEPLOYMENT_TARGET = 10.11
|
||||
VALID_ARCHS[sdk=macosx*] = i386 x86_64
|
||||
|
||||
LD_RUNPATH_SEARCH_PATHS[sdk=macosx*] = @executable_path/../Frameworks @loader_path/../Frameworks
|
||||
|
||||
ENABLE_BITCODE[sdk=macosx*] = NO
|
||||
|
||||
Reference in New Issue
Block a user