Skip to content

Commit 385335d

Browse files
committed
Set up xcconfig for Storage and push iOS version there
1 parent c5e15ae commit 385335d

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Storage/Storage.xcodeproj/project.pbxproj

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,7 @@
359359
26EA01D424EC44B300176A57 /* GeneralAppSettingsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GeneralAppSettingsTests.swift; sourceTree = "<group>"; };
360360
31D9C8C626684AEC000AC134 /* PaymentGatewayAccount+CoreDataClass.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = "PaymentGatewayAccount+CoreDataClass.swift"; path = "../../../PaymentGatewayAccount+CoreDataClass.swift"; sourceTree = "<group>"; };
361361
31D9C8C726684AEC000AC134 /* PaymentGatewayAccount+CoreDataProperties.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = "PaymentGatewayAccount+CoreDataProperties.swift"; path = "../../../PaymentGatewayAccount+CoreDataProperties.swift"; sourceTree = "<group>"; };
362+
3FA7D9F92D547D5100CE5611 /* Storage.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Storage.xcconfig; sourceTree = "<group>"; };
362363
450106882399AC7400E24722 /* TaxClass+CoreDataClass.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "TaxClass+CoreDataClass.swift"; sourceTree = "<group>"; };
363364
4501068A2399AC9B00E24722 /* TaxClass+CoreDataProperties.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "TaxClass+CoreDataProperties.swift"; sourceTree = "<group>"; };
364365
45260E412823E7990080C548 /* Model 68.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = "Model 68.xcdatamodel"; sourceTree = "<group>"; };
@@ -916,6 +917,7 @@
916917
B505F6DC20BEEA4F00BB1B69 /* CoreData */,
917918
B54CA59C20A4BBA500F38CD1 /* Storage.h */,
918919
B54CA59D20A4BBA600F38CD1 /* Info.plist */,
920+
3FA7D9F92D547D5100CE5611 /* Storage.xcconfig */,
919921
);
920922
path = Storage;
921923
sourceTree = "<group>";
@@ -1671,6 +1673,7 @@
16711673
/* Begin XCBuildConfiguration section */
16721674
1A96903B2359D9AF0061E383 /* Release-Alpha */ = {
16731675
isa = XCBuildConfiguration;
1676+
baseConfigurationReference = 3FA7D9F92D547D5100CE5611 /* Storage.xcconfig */;
16741677
buildSettings = {
16751678
ALWAYS_SEARCH_USER_PATHS = NO;
16761679
CLANG_ANALYZER_NONNULL = YES;
@@ -1717,7 +1720,6 @@
17171720
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
17181721
GCC_WARN_UNUSED_FUNCTION = YES;
17191722
GCC_WARN_UNUSED_VARIABLE = YES;
1720-
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
17211723
MTL_ENABLE_DEBUG_INFO = NO;
17221724
SDKROOT = iphoneos;
17231725
SWIFT_COMPILATION_MODE = wholemodule;
@@ -1786,6 +1788,7 @@
17861788
};
17871789
B54CA5AB20A4BBA600F38CD1 /* Debug */ = {
17881790
isa = XCBuildConfiguration;
1791+
baseConfigurationReference = 3FA7D9F92D547D5100CE5611 /* Storage.xcconfig */;
17891792
buildSettings = {
17901793
ALWAYS_SEARCH_USER_PATHS = NO;
17911794
CLANG_ANALYZER_NONNULL = YES;
@@ -1838,7 +1841,6 @@
18381841
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
18391842
GCC_WARN_UNUSED_FUNCTION = YES;
18401843
GCC_WARN_UNUSED_VARIABLE = YES;
1841-
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
18421844
MTL_ENABLE_DEBUG_INFO = YES;
18431845
ONLY_ACTIVE_ARCH = YES;
18441846
SDKROOT = iphoneos;
@@ -1852,6 +1854,7 @@
18521854
};
18531855
B54CA5AC20A4BBA600F38CD1 /* Release */ = {
18541856
isa = XCBuildConfiguration;
1857+
baseConfigurationReference = 3FA7D9F92D547D5100CE5611 /* Storage.xcconfig */;
18551858
buildSettings = {
18561859
ALWAYS_SEARCH_USER_PATHS = NO;
18571860
CLANG_ANALYZER_NONNULL = YES;
@@ -1898,7 +1901,6 @@
18981901
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
18991902
GCC_WARN_UNUSED_FUNCTION = YES;
19001903
GCC_WARN_UNUSED_VARIABLE = YES;
1901-
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
19021904
MTL_ENABLE_DEBUG_INFO = NO;
19031905
SDKROOT = iphoneos;
19041906
SWIFT_COMPILATION_MODE = wholemodule;

Storage/Storage/Storage.xcconfig

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)