Skip to content

Commit c5e15ae

Browse files
committed
Set up xcconfig for Yosemite and push iOS version there
1 parent bfae4c5 commit c5e15ae

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Yosemite/Yosemite.xcodeproj/project.pbxproj

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -754,6 +754,7 @@
754754
31799AF927050D9C00D78179 /* WCPayReaderLocation+ReaderLocation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "WCPayReaderLocation+ReaderLocation.swift"; sourceTree = "<group>"; };
755755
31A89EE5278CC38F002A588E /* StripeAccount+PaymentGatewayAccount.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "StripeAccount+PaymentGatewayAccount.swift"; sourceTree = "<group>"; };
756756
35381AA86D039850A916E336 /* Pods-YosemiteTests.release-alpha.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-YosemiteTests.release-alpha.xcconfig"; path = "../Pods/Target Support Files/Pods-YosemiteTests/Pods-YosemiteTests.release-alpha.xcconfig"; sourceTree = "<group>"; };
757+
3FA7D5362D5474D900CE5611 /* Yosemite.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Yosemite.xcconfig; sourceTree = "<group>"; };
757758
450106862399AB3F00E24722 /* TaxClass+ReadOnlyConvertible.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "TaxClass+ReadOnlyConvertible.swift"; sourceTree = "<group>"; };
758759
45010692239A6C9F00E24722 /* TaxStore.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TaxStore.swift; sourceTree = "<group>"; };
759760
45010694239A6CDE00E24722 /* TaxAction.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TaxAction.swift; sourceTree = "<group>"; };
@@ -1910,6 +1911,7 @@
19101911
B56C1EBC20EABD1C00D749F9 /* Tools */,
19111912
B546CCF12093636A007CDA5F /* Yosemite.h */,
19121913
B5C9DDF92087FEC0006B910A /* Info.plist */,
1914+
3FA7D5362D5474D900CE5611 /* Yosemite.xcconfig */,
19131915
);
19141916
path = Yosemite;
19151917
sourceTree = "<group>";
@@ -2854,6 +2856,7 @@
28542856
/* Begin XCBuildConfiguration section */
28552857
1A9690382359D99E0061E383 /* Release-Alpha */ = {
28562858
isa = XCBuildConfiguration;
2859+
baseConfigurationReference = 3FA7D5362D5474D900CE5611 /* Yosemite.xcconfig */;
28572860
buildSettings = {
28582861
ALWAYS_SEARCH_USER_PATHS = NO;
28592862
CLANG_ANALYZER_NONNULL = YES;
@@ -2900,7 +2903,6 @@
29002903
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
29012904
GCC_WARN_UNUSED_FUNCTION = YES;
29022905
GCC_WARN_UNUSED_VARIABLE = YES;
2903-
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
29042906
MTL_ENABLE_DEBUG_INFO = NO;
29052907
SDKROOT = iphoneos;
29062908
SWIFT_COMPILATION_MODE = wholemodule;
@@ -2965,6 +2967,7 @@
29652967
};
29662968
B5C9DE072087FEC0006B910A /* Debug */ = {
29672969
isa = XCBuildConfiguration;
2970+
baseConfigurationReference = 3FA7D5362D5474D900CE5611 /* Yosemite.xcconfig */;
29682971
buildSettings = {
29692972
ALWAYS_SEARCH_USER_PATHS = NO;
29702973
CLANG_ANALYZER_NONNULL = YES;
@@ -3017,7 +3020,6 @@
30173020
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
30183021
GCC_WARN_UNUSED_FUNCTION = YES;
30193022
GCC_WARN_UNUSED_VARIABLE = YES;
3020-
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
30213023
MTL_ENABLE_DEBUG_INFO = YES;
30223024
ONLY_ACTIVE_ARCH = YES;
30233025
SDKROOT = iphoneos;
@@ -3031,6 +3033,7 @@
30313033
};
30323034
B5C9DE082087FEC0006B910A /* Release */ = {
30333035
isa = XCBuildConfiguration;
3036+
baseConfigurationReference = 3FA7D5362D5474D900CE5611 /* Yosemite.xcconfig */;
30343037
buildSettings = {
30353038
ALWAYS_SEARCH_USER_PATHS = NO;
30363039
CLANG_ANALYZER_NONNULL = YES;
@@ -3077,7 +3080,6 @@
30773080
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
30783081
GCC_WARN_UNUSED_FUNCTION = YES;
30793082
GCC_WARN_UNUSED_VARIABLE = YES;
3080-
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
30813083
MTL_ENABLE_DEBUG_INFO = NO;
30823084
SDKROOT = iphoneos;
30833085
SWIFT_COMPILATION_MODE = wholemodule;
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
IPHONEOS_DEPLOYMENT_TARGET = 16.0

0 commit comments

Comments
 (0)