Skip to content

Commit 138f010

Browse files
authored
Centralize deployment targets into xcconfig files (#15066)
2 parents bc335bb + 655c41c commit 138f010

File tree

19 files changed

+54
-46
lines changed

19 files changed

+54
-46
lines changed

Experiments/Experiments.xcodeproj/project.pbxproj

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
3022E2766134CE2735C73FC6 /* Pods-ExperimentsTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ExperimentsTests.debug.xcconfig"; path = "Target Support Files/Pods-ExperimentsTests/Pods-ExperimentsTests.debug.xcconfig"; sourceTree = "<group>"; };
4848
33CEC0C5283FD4C9EF8C6A3C /* Pods_Experiments.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Experiments.framework; sourceTree = BUILT_PRODUCTS_DIR; };
4949
3F9DB5FBFF7A42EFBCB746F3 /* Pods-ExperimentsTests.release-alpha.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ExperimentsTests.release-alpha.xcconfig"; path = "Target Support Files/Pods-ExperimentsTests/Pods-ExperimentsTests.release-alpha.xcconfig"; sourceTree = "<group>"; };
50+
3FA7D9FB2D547E1700CE5611 /* Experiments.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Experiments.xcconfig; sourceTree = "<group>"; };
5051
7C831644164B49828A485590 /* Pods-ExperimentsTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ExperimentsTests.release.xcconfig"; path = "Target Support Files/Pods-ExperimentsTests/Pods-ExperimentsTests.release.xcconfig"; sourceTree = "<group>"; };
5152
8CB554DFAAD3EF41D17099C4 /* Pods-Experiments.release-alpha.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Experiments.release-alpha.xcconfig"; path = "Target Support Files/Pods-Experiments/Pods-Experiments.release-alpha.xcconfig"; sourceTree = "<group>"; };
5253
AAC7C082DD376957B4676401 /* Pods_ExperimentsTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ExperimentsTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -113,6 +114,7 @@
113114
EE2EDFDE29879331004E702B /* ABTestVariationProvider.swift */,
114115
EEC8C0EC298A92F10047B4CB /* CachedABTestVariationProvider.swift */,
115116
EEC8C0EE298A939C0047B4CB /* VariationCache.swift */,
117+
3FA7D9FB2D547E1700CE5611 /* Experiments.xcconfig */,
116118
);
117119
path = Experiments;
118120
sourceTree = "<group>";
@@ -361,6 +363,7 @@
361363
/* Begin XCBuildConfiguration section */
362364
0270C09327069A8900FC799F /* Debug */ = {
363365
isa = XCBuildConfiguration;
366+
baseConfigurationReference = 3FA7D9FB2D547E1700CE5611 /* Experiments.xcconfig */;
364367
buildSettings = {
365368
ALWAYS_SEARCH_USER_PATHS = NO;
366369
CLANG_ANALYZER_NONNULL = YES;
@@ -412,7 +415,6 @@
412415
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
413416
GCC_WARN_UNUSED_FUNCTION = YES;
414417
GCC_WARN_UNUSED_VARIABLE = YES;
415-
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
416418
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
417419
MTL_FAST_MATH = YES;
418420
ONLY_ACTIVE_ARCH = YES;
@@ -426,6 +428,7 @@
426428
};
427429
0270C09427069A8900FC799F /* Release */ = {
428430
isa = XCBuildConfiguration;
431+
baseConfigurationReference = 3FA7D9FB2D547E1700CE5611 /* Experiments.xcconfig */;
429432
buildSettings = {
430433
ALWAYS_SEARCH_USER_PATHS = NO;
431434
CLANG_ANALYZER_NONNULL = YES;
@@ -471,7 +474,6 @@
471474
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
472475
GCC_WARN_UNUSED_FUNCTION = YES;
473476
GCC_WARN_UNUSED_VARIABLE = YES;
474-
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
475477
MTL_ENABLE_DEBUG_INFO = NO;
476478
MTL_FAST_MATH = YES;
477479
SDKROOT = iphoneos;
@@ -587,6 +589,7 @@
587589
};
588590
02AB82F02706A9EA008D7334 /* Release-Alpha */ = {
589591
isa = XCBuildConfiguration;
592+
baseConfigurationReference = 3FA7D9FB2D547E1700CE5611 /* Experiments.xcconfig */;
590593
buildSettings = {
591594
ALWAYS_SEARCH_USER_PATHS = NO;
592595
CLANG_ANALYZER_NONNULL = YES;
@@ -632,7 +635,6 @@
632635
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
633636
GCC_WARN_UNUSED_FUNCTION = YES;
634637
GCC_WARN_UNUSED_VARIABLE = YES;
635-
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
636638
MTL_ENABLE_DEBUG_INFO = NO;
637639
MTL_FAST_MATH = YES;
638640
SDKROOT = iphoneos;
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#include "../../config/Common.xcconfig"

Fakes/Fakes.xcodeproj/project.pbxproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
26EEDC8C26FE1C1C00D5BA0E /* Yosemite.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Yosemite.framework; sourceTree = BUILT_PRODUCTS_DIR; };
4646
26EEDC8E26FE1C7B00D5BA0E /* Networking.generated.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Networking.generated.swift; sourceTree = "<group>"; };
4747
26EEDC8F26FE1C7B00D5BA0E /* Yosemite.generated.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Yosemite.generated.swift; sourceTree = "<group>"; };
48+
3FA7DA002D547F2600CE5611 /* Fakes.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Fakes.xcconfig; sourceTree = "<group>"; };
4849
/* End PBXFileReference section */
4950

5051
/* Begin PBXFrameworksBuildPhase section */
@@ -97,6 +98,7 @@
9798
26106B3B25FA4F5F0000DF30 /* Products */,
9899
26CA6D2425F6C87800B01F48 /* Fakes.h */,
99100
26CA6D2525F6C87800B01F48 /* Info.plist */,
101+
3FA7DA002D547F2600CE5611 /* Fakes.xcconfig */,
100102
);
101103
path = Fakes;
102104
sourceTree = "<group>";
@@ -209,6 +211,7 @@
209211
/* Begin XCBuildConfiguration section */
210212
26CA6D2725F6C87800B01F48 /* Debug */ = {
211213
isa = XCBuildConfiguration;
214+
baseConfigurationReference = 3FA7DA002D547F2600CE5611 /* Fakes.xcconfig */;
212215
buildSettings = {
213216
ALWAYS_SEARCH_USER_PATHS = NO;
214217
CLANG_ANALYZER_NONNULL = YES;
@@ -260,7 +263,6 @@
260263
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
261264
GCC_WARN_UNUSED_FUNCTION = YES;
262265
GCC_WARN_UNUSED_VARIABLE = YES;
263-
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
264266
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
265267
MTL_FAST_MATH = YES;
266268
ONLY_ACTIVE_ARCH = YES;
@@ -274,6 +276,7 @@
274276
};
275277
26CA6D2825F6C87800B01F48 /* Release */ = {
276278
isa = XCBuildConfiguration;
279+
baseConfigurationReference = 3FA7DA002D547F2600CE5611 /* Fakes.xcconfig */;
277280
buildSettings = {
278281
ALWAYS_SEARCH_USER_PATHS = NO;
279282
CLANG_ANALYZER_NONNULL = YES;
@@ -319,7 +322,6 @@
319322
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
320323
GCC_WARN_UNUSED_FUNCTION = YES;
321324
GCC_WARN_UNUSED_VARIABLE = YES;
322-
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
323325
MTL_ENABLE_DEBUG_INFO = NO;
324326
MTL_FAST_MATH = YES;
325327
SDKROOT = iphoneos;

Fakes/Fakes/Fakes.xcconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#include "../../config/Common.xcconfig"

Hardware/Hardware.xcodeproj/project.pbxproj

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@
183183
317975C1274EBC1F004357B1 /* DeclineReason+Stripe.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "DeclineReason+Stripe.swift"; sourceTree = "<group>"; };
184184
317975C3274ED591004357B1 /* DeclineReasonTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DeclineReasonTests.swift; sourceTree = "<group>"; };
185185
3CF9348BADD5E0518080A61A /* Pods-Hardware.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Hardware.debug.xcconfig"; path = "Target Support Files/Pods-Hardware/Pods-Hardware.debug.xcconfig"; sourceTree = "<group>"; };
186+
3FA7D9FD2D547E6D00CE5611 /* Hardware.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Hardware.xcconfig; sourceTree = "<group>"; };
186187
47BDD50287B7B0CF8D769BFC /* Pods-PrinterPlayground.release-alpha.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PrinterPlayground.release-alpha.xcconfig"; path = "Target Support Files/Pods-PrinterPlayground/Pods-PrinterPlayground.release-alpha.xcconfig"; sourceTree = "<group>"; };
187188
55CD4BB3273E617C007686D3 /* ReceiptRendererTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReceiptRendererTest.swift; sourceTree = "<group>"; };
188189
9726331F55A9621F2F887E13 /* Pods-Hardware.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Hardware.release.xcconfig"; path = "Target Support Files/Pods-Hardware/Pods-Hardware.release.xcconfig"; sourceTree = "<group>"; };
@@ -425,6 +426,7 @@
425426
D88FDB1D25DD218800CB0DBD /* CardReader */,
426427
D88FDB0225DD216B00CB0DBD /* Hardware.h */,
427428
D88FDB0325DD216B00CB0DBD /* Info.plist */,
429+
3FA7D9FD2D547E6D00CE5611 /* Hardware.xcconfig */,
428430
);
429431
path = Hardware;
430432
sourceTree = "<group>";
@@ -967,6 +969,7 @@
967969
/* Begin XCBuildConfiguration section */
968970
D88FDB1125DD216B00CB0DBD /* Debug */ = {
969971
isa = XCBuildConfiguration;
972+
baseConfigurationReference = 3FA7D9FD2D547E6D00CE5611 /* Hardware.xcconfig */;
970973
buildSettings = {
971974
ALWAYS_SEARCH_USER_PATHS = NO;
972975
CLANG_ANALYZER_NONNULL = YES;
@@ -1018,7 +1021,6 @@
10181021
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
10191022
GCC_WARN_UNUSED_FUNCTION = YES;
10201023
GCC_WARN_UNUSED_VARIABLE = YES;
1021-
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
10221024
LD_RUNPATH_SEARCH_PATHS = "";
10231025
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
10241026
MTL_FAST_MATH = YES;
@@ -1033,6 +1035,7 @@
10331035
};
10341036
D88FDB1225DD216B00CB0DBD /* Release */ = {
10351037
isa = XCBuildConfiguration;
1038+
baseConfigurationReference = 3FA7D9FD2D547E6D00CE5611 /* Hardware.xcconfig */;
10361039
buildSettings = {
10371040
ALWAYS_SEARCH_USER_PATHS = NO;
10381041
CLANG_ANALYZER_NONNULL = YES;
@@ -1078,7 +1081,6 @@
10781081
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
10791082
GCC_WARN_UNUSED_FUNCTION = YES;
10801083
GCC_WARN_UNUSED_VARIABLE = YES;
1081-
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
10821084
LD_RUNPATH_SEARCH_PATHS = "";
10831085
MTL_ENABLE_DEBUG_INFO = NO;
10841086
MTL_FAST_MATH = YES;
@@ -1199,6 +1201,7 @@
11991201
};
12001202
D88FDBDD25DD248C00CB0DBD /* Release-Alpha */ = {
12011203
isa = XCBuildConfiguration;
1204+
baseConfigurationReference = 3FA7D9FD2D547E6D00CE5611 /* Hardware.xcconfig */;
12021205
buildSettings = {
12031206
ALWAYS_SEARCH_USER_PATHS = NO;
12041207
CLANG_ANALYZER_NONNULL = YES;
@@ -1244,7 +1247,6 @@
12441247
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
12451248
GCC_WARN_UNUSED_FUNCTION = YES;
12461249
GCC_WARN_UNUSED_VARIABLE = YES;
1247-
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
12481250
LD_RUNPATH_SEARCH_PATHS = "";
12491251
MTL_ENABLE_DEBUG_INFO = NO;
12501252
MTL_FAST_MATH = YES;
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#include "../../config/Common.xcconfig"

Networking/Networking.xcodeproj/project.pbxproj

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1620,6 +1620,7 @@
16201620
31D27C8A26028D96002EDB1D /* SitePlugin.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SitePlugin.swift; sourceTree = "<group>"; };
16211621
31D27C8E2602B553002EDB1D /* plugins.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = plugins.json; sourceTree = "<group>"; };
16221622
31D27C942602B737002EDB1D /* SitePluginsRemoteTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SitePluginsRemoteTests.swift; sourceTree = "<group>"; };
1623+
3FA7D9FA2D547DC700CE5611 /* Networking.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Networking.xcconfig; sourceTree = "<group>"; };
16231624
450106842399A7CB00E24722 /* TaxClass.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TaxClass.swift; sourceTree = "<group>"; };
16241625
4501068E2399B19500E24722 /* TaxRemote.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TaxRemote.swift; sourceTree = "<group>"; };
16251626
450106902399B2C800E24722 /* TaxClassListMapper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TaxClassListMapper.swift; sourceTree = "<group>"; };
@@ -2903,6 +2904,7 @@
29032904
B53EF539218138EB003E146F /* Validators */,
29042905
B557D9E6209753AA005962F4 /* Networking.h */,
29052906
B557D9E7209753AA005962F4 /* Info.plist */,
2907+
3FA7D9FA2D547DC700CE5611 /* Networking.xcconfig */,
29062908
);
29072909
path = Networking;
29082910
sourceTree = "<group>";
@@ -5715,6 +5717,7 @@
57155717
/* Begin XCBuildConfiguration section */
57165718
1A96903E2359D9F30061E383 /* Release-Alpha */ = {
57175719
isa = XCBuildConfiguration;
5720+
baseConfigurationReference = 3FA7D9FA2D547DC700CE5611 /* Networking.xcconfig */;
57185721
buildSettings = {
57195722
ALWAYS_SEARCH_USER_PATHS = NO;
57205723
CLANG_ANALYZER_NONNULL = YES;
@@ -5760,7 +5763,6 @@
57605763
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
57615764
GCC_WARN_UNUSED_FUNCTION = YES;
57625765
GCC_WARN_UNUSED_VARIABLE = YES;
5763-
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
57645766
MTL_ENABLE_DEBUG_INFO = NO;
57655767
SDKROOT = iphoneos;
57665768
SWIFT_COMPILATION_MODE = wholemodule;
@@ -5847,7 +5849,6 @@
58475849
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
58485850
LD_RUNPATH_SEARCH_PATHS = "$(inherited)";
58495851
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
5850-
MACOSX_DEPLOYMENT_TARGET = 14.0;
58515852
MARKETING_VERSION = 1.0;
58525853
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
58535854
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++20";
@@ -5864,7 +5865,6 @@
58645865
SWIFT_VERSION = 5.0;
58655866
TARGETED_DEVICE_FAMILY = 4;
58665867
VALID_ARCHS = "$(ARCHS_STANDARD)";
5867-
WATCHOS_DEPLOYMENT_TARGET = 9.0;
58685868
};
58695869
name = Debug;
58705870
};
@@ -5888,7 +5888,6 @@
58885888
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
58895889
LD_RUNPATH_SEARCH_PATHS = "$(inherited)";
58905890
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
5891-
MACOSX_DEPLOYMENT_TARGET = 14.0;
58925891
MARKETING_VERSION = 1.0;
58935892
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
58945893
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++20";
@@ -5903,7 +5902,6 @@
59035902
SWIFT_VERSION = 5.0;
59045903
TARGETED_DEVICE_FAMILY = 4;
59055904
VALID_ARCHS = "$(ARCHS_STANDARD)";
5906-
WATCHOS_DEPLOYMENT_TARGET = 9.0;
59075905
};
59085906
name = Release;
59095907
};
@@ -5927,7 +5925,6 @@
59275925
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
59285926
LD_RUNPATH_SEARCH_PATHS = "$(inherited)";
59295927
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
5930-
MACOSX_DEPLOYMENT_TARGET = 14.0;
59315928
MARKETING_VERSION = 1.0;
59325929
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
59335930
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++20";
@@ -5942,12 +5939,12 @@
59425939
SWIFT_VERSION = 5.0;
59435940
TARGETED_DEVICE_FAMILY = 4;
59445941
VALID_ARCHS = "$(ARCHS_STANDARD)";
5945-
WATCHOS_DEPLOYMENT_TARGET = 9.0;
59465942
};
59475943
name = "Release-Alpha";
59485944
};
59495945
B557D9F5209753AA005962F4 /* Debug */ = {
59505946
isa = XCBuildConfiguration;
5947+
baseConfigurationReference = 3FA7D9FA2D547DC700CE5611 /* Networking.xcconfig */;
59515948
buildSettings = {
59525949
ALWAYS_SEARCH_USER_PATHS = NO;
59535950
CLANG_ANALYZER_NONNULL = YES;
@@ -5999,7 +5996,6 @@
59995996
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
60005997
GCC_WARN_UNUSED_FUNCTION = YES;
60015998
GCC_WARN_UNUSED_VARIABLE = YES;
6002-
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
60035999
MTL_ENABLE_DEBUG_INFO = YES;
60046000
ONLY_ACTIVE_ARCH = YES;
60056001
SDKROOT = iphoneos;
@@ -6013,6 +6009,7 @@
60136009
};
60146010
B557D9F6209753AA005962F4 /* Release */ = {
60156011
isa = XCBuildConfiguration;
6012+
baseConfigurationReference = 3FA7D9FA2D547DC700CE5611 /* Networking.xcconfig */;
60166013
buildSettings = {
60176014
ALWAYS_SEARCH_USER_PATHS = NO;
60186015
CLANG_ANALYZER_NONNULL = YES;
@@ -6058,7 +6055,6 @@
60586055
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
60596056
GCC_WARN_UNUSED_FUNCTION = YES;
60606057
GCC_WARN_UNUSED_VARIABLE = YES;
6061-
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
60626058
MTL_ENABLE_DEBUG_INFO = NO;
60636059
SDKROOT = iphoneos;
60646060
SWIFT_COMPILATION_MODE = wholemodule;
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#include "../../config/Common.xcconfig"

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+
#include "../../config/Common.xcconfig"

0 commit comments

Comments
 (0)