Require 13.0 deployment target for iOS in frameworks

This commit is contained in:
Maurice Parker
2019-09-25 10:13:15 -05:00
parent 42044912f3
commit e2a25e6239
9 changed files with 16 additions and 4 deletions

View File

@@ -9,6 +9,8 @@ DEVELOPMENT_TEAM = M8L2WTLA8W
SDKROOT = macosx
MACOSX_DEPLOYMENT_TARGET = 10.14
IPHONEOS_DEPLOYMENT_TARGET = 13.0
CLANG_ENABLE_OBJC_WEAK = YES
SWIFT_VERSION = 5.0
COMBINE_HIDPI_IMAGES = YES

View File

@@ -326,6 +326,7 @@
/* Begin XCBuildConfiguration section */
844BEE6D1F0AB3C9004AB7CD /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = D511EEE120242DFB00712EC3 /* Articles_project_debug.xcconfig */;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos";
@@ -335,6 +336,7 @@
};
844BEE6E1F0AB3C9004AB7CD /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = D511EEE420242DFB00712EC3 /* Articles_project_release.xcconfig */;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos";
@@ -344,6 +346,7 @@
};
844BEE701F0AB3C9004AB7CD /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = D511EEE320242DFB00712EC3 /* Articles_target.xcconfig */;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
DYLIB_INSTALL_NAME_BASE = "@rpath";
@@ -357,6 +360,7 @@
};
844BEE711F0AB3C9004AB7CD /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = D511EEE320242DFB00712EC3 /* Articles_target.xcconfig */;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
DYLIB_INSTALL_NAME_BASE = "@rpath";
@@ -370,6 +374,7 @@
};
844BEE731F0AB3C9004AB7CD /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = D511EEE020242DFB00712EC3 /* ArticlesDataTests_target.xcconfig */;
buildSettings = {
PRODUCT_NAME = ArticlesTests;
};
@@ -377,6 +382,7 @@
};
844BEE741F0AB3C9004AB7CD /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = D511EEE020242DFB00712EC3 /* ArticlesDataTests_target.xcconfig */;
buildSettings = {
PRODUCT_NAME = ArticlesTests;
};

View File

@@ -9,6 +9,8 @@ DEVELOPMENT_TEAM = M8L2WTLA8W
SDKROOT = macosx
MACOSX_DEPLOYMENT_TARGET = 10.13
IPHONEOS_DEPLOYMENT_TARGET = 13.0
CLANG_ENABLE_OBJC_WEAK = YES
SWIFT_VERSION = 5.0
COMBINE_HIDPI_IMAGES = YES

View File

@@ -1,4 +1,4 @@
#include "./ArticlesData_project.xcconfig"
#include "./Articles_project.xcconfig"
DEBUG_INFORMATION_FORMAT = dwarf
ENABLE_TESTABILITY = YES

View File

@@ -1,4 +1,4 @@
#include "./ArticlesData_project.xcconfig"
#include "./Articles_project.xcconfig"
DEBUG_INFORMATION_FORMAT = dwarf-with-dsym
ENABLE_NS_ASSERTIONS = NO

View File

@@ -9,6 +9,7 @@ DEVELOPMENT_TEAM = 9C84TZ7Q6Z
SDKROOT = macosx
MACOSX_DEPLOYMENT_TARGET = 10.13
IPHONEOS_DEPLOYMENT_TARGET = 13.0
CLANG_ENABLE_OBJC_WEAK = YES
SWIFT_VERSION = 5.0
COMBINE_HIDPI_IMAGES = YES

View File

@@ -9,6 +9,7 @@ DEVELOPMENT_TEAM = 9C84TZ7Q6Z
SDKROOT = macosx
MACOSX_DEPLOYMENT_TARGET = 10.14
IPHONEOS_DEPLOYMENT_TARGET = 13.0
CLANG_ENABLE_OBJC_WEAK = YES
SWIFT_VERSION = 5.0
COMBINE_HIDPI_IMAGES = YES