Make DEPLOYMENT_TARGET more consistent
This commit is contained in:
parent
b1363c6e6e
commit
c43ffe544f
|
@ -10,7 +10,7 @@ s.source = { :git => 'https://github.com/jedisct1/swift-sodium.git',
|
|||
:tag => '0.7.0' }
|
||||
|
||||
s.ios.deployment_target = '8.0'
|
||||
s.osx.deployment_target = '10.10'
|
||||
s.osx.deployment_target = '10.11'
|
||||
s.watchos.deployment_target = '5.0'
|
||||
|
||||
s.ios.vendored_library = 'Sodium/libsodium/libsodium-ios.a'
|
||||
|
|
|
@ -1349,7 +1349,7 @@
|
|||
"$(inherited)",
|
||||
);
|
||||
INFOPLIST_FILE = Examples/iOS/Info.plist;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 8.3;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
||||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = "com.vucontacts.swiftodium.$(PRODUCT_NAME:rfc1034identifier)";
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
|
@ -1366,7 +1366,7 @@
|
|||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
GCC_NO_COMMON_BLOCKS = YES;
|
||||
INFOPLIST_FILE = Examples/iOS/Info.plist;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 8.3;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
||||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = "com.vucontacts.swiftodium.$(PRODUCT_NAME:rfc1034identifier)";
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
|
|
Loading…
Reference in New Issue