mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-02-02 03:56:55 +01:00
Require 13.0 deployment target for iOS in frameworks
This commit is contained in:
parent
42044912f3
commit
e2a25e6239
@ -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
|
||||
|
@ -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;
|
||||
};
|
||||
|
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include "./ArticlesData_project.xcconfig"
|
||||
#include "./Articles_project.xcconfig"
|
||||
|
||||
DEBUG_INFORMATION_FORMAT = dwarf
|
||||
ENABLE_TESTABILITY = YES
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include "./ArticlesData_project.xcconfig"
|
||||
#include "./Articles_project.xcconfig"
|
||||
|
||||
DEBUG_INFORMATION_FORMAT = dwarf-with-dsym
|
||||
ENABLE_NS_ASSERTIONS = NO
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 6d0b05ccd661dac745dc4db402b5078e25c86b56
|
||||
Subproject commit 8b1e47611995ef73744820ae4279b69351bee085
|
@ -1 +1 @@
|
||||
Subproject commit 1a856651f1643abc5d52f4ef416077b9c41bf7e4
|
||||
Subproject commit b3381950412524c8f39726e139fccee92cca5ffb
|
Loading…
x
Reference in New Issue
Block a user