Skip to content

Commit 4749e7b

Browse files
committed
Set up xcconfig for Networking and push iOS version there
1 parent 385335d commit 4749e7b

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Networking/Networking.xcodeproj/project.pbxproj

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1618,6 +1618,7 @@
16181618
31D27C8A26028D96002EDB1D /* SitePlugin.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SitePlugin.swift; sourceTree = "<group>"; };
16191619
31D27C8E2602B553002EDB1D /* plugins.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = plugins.json; sourceTree = "<group>"; };
16201620
31D27C942602B737002EDB1D /* SitePluginsRemoteTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SitePluginsRemoteTests.swift; sourceTree = "<group>"; };
1621+
3FA7D9FA2D547DC700CE5611 /* Networking.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Networking.xcconfig; sourceTree = "<group>"; };
16211622
450106842399A7CB00E24722 /* TaxClass.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TaxClass.swift; sourceTree = "<group>"; };
16221623
4501068E2399B19500E24722 /* TaxRemote.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TaxRemote.swift; sourceTree = "<group>"; };
16231624
450106902399B2C800E24722 /* TaxClassListMapper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TaxClassListMapper.swift; sourceTree = "<group>"; };
@@ -2899,6 +2900,7 @@
28992900
B53EF539218138EB003E146F /* Validators */,
29002901
B557D9E6209753AA005962F4 /* Networking.h */,
29012902
B557D9E7209753AA005962F4 /* Info.plist */,
2903+
3FA7D9FA2D547DC700CE5611 /* Networking.xcconfig */,
29022904
);
29032905
path = Networking;
29042906
sourceTree = "<group>";
@@ -5707,6 +5709,7 @@
57075709
/* Begin XCBuildConfiguration section */
57085710
1A96903E2359D9F30061E383 /* Release-Alpha */ = {
57095711
isa = XCBuildConfiguration;
5712+
baseConfigurationReference = 3FA7D9FA2D547DC700CE5611 /* Networking.xcconfig */;
57105713
buildSettings = {
57115714
ALWAYS_SEARCH_USER_PATHS = NO;
57125715
CLANG_ANALYZER_NONNULL = YES;
@@ -5752,7 +5755,6 @@
57525755
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
57535756
GCC_WARN_UNUSED_FUNCTION = YES;
57545757
GCC_WARN_UNUSED_VARIABLE = YES;
5755-
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
57565758
MTL_ENABLE_DEBUG_INFO = NO;
57575759
SDKROOT = iphoneos;
57585760
SWIFT_COMPILATION_MODE = wholemodule;
@@ -5940,6 +5942,7 @@
59405942
};
59415943
B557D9F5209753AA005962F4 /* Debug */ = {
59425944
isa = XCBuildConfiguration;
5945+
baseConfigurationReference = 3FA7D9FA2D547DC700CE5611 /* Networking.xcconfig */;
59435946
buildSettings = {
59445947
ALWAYS_SEARCH_USER_PATHS = NO;
59455948
CLANG_ANALYZER_NONNULL = YES;
@@ -5991,7 +5994,6 @@
59915994
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
59925995
GCC_WARN_UNUSED_FUNCTION = YES;
59935996
GCC_WARN_UNUSED_VARIABLE = YES;
5994-
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
59955997
MTL_ENABLE_DEBUG_INFO = YES;
59965998
ONLY_ACTIVE_ARCH = YES;
59975999
SDKROOT = iphoneos;
@@ -6005,6 +6007,7 @@
60056007
};
60066008
B557D9F6209753AA005962F4 /* Release */ = {
60076009
isa = XCBuildConfiguration;
6010+
baseConfigurationReference = 3FA7D9FA2D547DC700CE5611 /* Networking.xcconfig */;
60086011
buildSettings = {
60096012
ALWAYS_SEARCH_USER_PATHS = NO;
60106013
CLANG_ANALYZER_NONNULL = YES;
@@ -6050,7 +6053,6 @@
60506053
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
60516054
GCC_WARN_UNUSED_FUNCTION = YES;
60526055
GCC_WARN_UNUSED_VARIABLE = YES;
6053-
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
60546056
MTL_ENABLE_DEBUG_INFO = NO;
60556057
SDKROOT = iphoneos;
60566058
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)