Skip to content

Commit 34041f2

Browse files
committed
Set up xcconfig for WooFoundation and push iOS version there
1 parent e14c2a6 commit 34041f2

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

WooFoundation/WooFoundation.xcodeproj/project.pbxproj

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
26AF1F5628B8362800937BA9 /* UIColor+SystemColors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26AF1F5228B8362800937BA9 /* UIColor+SystemColors.swift */; };
4646
26AF1F5928B9011100937BA9 /* WooStyleModifiers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26AF1F5828B9011100937BA9 /* WooStyleModifiers.swift */; };
4747
397702D42D32EAEEEA3B29FC /* Pods_WooFoundationTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 532D4D63493CE8FA6F13C85B /* Pods_WooFoundationTests.framework */; };
48+
3FA7D9FF2D547EDC00CE5611 /* WooFoundation.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 3FA7D9FE2D547EDC00CE5611 /* WooFoundation.xcconfig */; };
4849
686BE912288EE0D300967C86 /* TypedPredicates.swift in Sources */ = {isa = PBXBuildFile; fileRef = 686BE911288EE0D300967C86 /* TypedPredicates.swift */; };
4950
686BE915288EE2CA00967C86 /* TypedPredicateTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 686BE914288EE2CA00967C86 /* TypedPredicateTests.swift */; };
5051
6874E81428998AD300074A97 /* LogErrorAndExit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6874E81328998AD300074A97 /* LogErrorAndExit.swift */; };
@@ -138,6 +139,7 @@
138139
26AF1F5128B8362800937BA9 /* UIColor+ColorStudio.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIColor+ColorStudio.swift"; sourceTree = "<group>"; };
139140
26AF1F5228B8362800937BA9 /* UIColor+SystemColors.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIColor+SystemColors.swift"; sourceTree = "<group>"; };
140141
26AF1F5828B9011100937BA9 /* WooStyleModifiers.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WooStyleModifiers.swift; sourceTree = "<group>"; };
142+
3FA7D9FE2D547EDC00CE5611 /* WooFoundation.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = WooFoundation.xcconfig; sourceTree = "<group>"; };
141143
532D4D63493CE8FA6F13C85B /* Pods_WooFoundationTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_WooFoundationTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
142144
5BC355411C0A805BF29F38A6 /* Pods-WooFoundationTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-WooFoundationTests.release.xcconfig"; path = "Target Support Files/Pods-WooFoundationTests/Pods-WooFoundationTests.release.xcconfig"; sourceTree = "<group>"; };
143145
686BE911288EE0D300967C86 /* TypedPredicates.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TypedPredicates.swift; sourceTree = "<group>"; };
@@ -361,6 +363,7 @@
361363
B9C9C661283E7296001B879F /* Internal */,
362364
B9C9C657283E7174001B879F /* Extensions */,
363365
26AF1F5728B9011100937BA9 /* ViewModifiers */,
366+
3FA7D9FE2D547EDC00CE5611 /* WooFoundation.xcconfig */,
364367
);
365368
path = WooFoundation;
366369
sourceTree = "<group>";
@@ -586,6 +589,7 @@
586589
buildActionMask = 2147483647;
587590
files = (
588591
265C99D828B93F04005E6117 /* ColorPalette.xcassets in Resources */,
592+
3FA7D9FF2D547EDC00CE5611 /* WooFoundation.xcconfig in Resources */,
589593
);
590594
runOnlyForDeploymentPostprocessing = 0;
591595
};
@@ -910,6 +914,7 @@
910914
};
911915
B9BD4BD42844E20300F835D6 /* Release-Alpha */ = {
912916
isa = XCBuildConfiguration;
917+
baseConfigurationReference = 3FA7D9FE2D547EDC00CE5611 /* WooFoundation.xcconfig */;
913918
buildSettings = {
914919
ALWAYS_SEARCH_USER_PATHS = NO;
915920
CLANG_ANALYZER_NONNULL = YES;
@@ -953,7 +958,6 @@
953958
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
954959
GCC_WARN_UNUSED_FUNCTION = YES;
955960
GCC_WARN_UNUSED_VARIABLE = YES;
956-
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
957961
MTL_ENABLE_DEBUG_INFO = NO;
958962
MTL_FAST_MATH = YES;
959963
SWIFT_COMPILATION_MODE = wholemodule;
@@ -1019,6 +1023,7 @@
10191023
};
10201024
B9C9C621283E6FAB001B879F /* Debug */ = {
10211025
isa = XCBuildConfiguration;
1026+
baseConfigurationReference = 3FA7D9FE2D547EDC00CE5611 /* WooFoundation.xcconfig */;
10221027
buildSettings = {
10231028
ALWAYS_SEARCH_USER_PATHS = NO;
10241029
CLANG_ANALYZER_NONNULL = YES;
@@ -1068,7 +1073,6 @@
10681073
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
10691074
GCC_WARN_UNUSED_FUNCTION = YES;
10701075
GCC_WARN_UNUSED_VARIABLE = YES;
1071-
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
10721076
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
10731077
MTL_FAST_MATH = YES;
10741078
ONLY_ACTIVE_ARCH = YES;
@@ -1079,6 +1083,7 @@
10791083
};
10801084
B9C9C622283E6FAB001B879F /* Release */ = {
10811085
isa = XCBuildConfiguration;
1086+
baseConfigurationReference = 3FA7D9FE2D547EDC00CE5611 /* WooFoundation.xcconfig */;
10821087
buildSettings = {
10831088
ALWAYS_SEARCH_USER_PATHS = NO;
10841089
CLANG_ANALYZER_NONNULL = YES;
@@ -1122,7 +1127,6 @@
11221127
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
11231128
GCC_WARN_UNUSED_FUNCTION = YES;
11241129
GCC_WARN_UNUSED_VARIABLE = YES;
1125-
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
11261130
MTL_ENABLE_DEBUG_INFO = NO;
11271131
MTL_FAST_MATH = YES;
11281132
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)