Skip to content

Commit 02c9a09

Browse files
committed
Set up xcconfig for Fakes and push iOS version there
1 parent 34041f2 commit 02c9a09

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Fakes/Fakes.xcodeproj/project.pbxproj

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
26EEDC8D26FE1C1C00D5BA0E /* Yosemite.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 26EEDC8C26FE1C1C00D5BA0E /* Yosemite.framework */; };
1818
26EEDC9026FE1C7B00D5BA0E /* Networking.generated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26EEDC8E26FE1C7B00D5BA0E /* Networking.generated.swift */; };
1919
26EEDC9126FE1C7B00D5BA0E /* Yosemite.generated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26EEDC8F26FE1C7B00D5BA0E /* Yosemite.generated.swift */; };
20+
3FA7DA012D547F2600CE5611 /* Fakes.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 3FA7DA002D547F2600CE5611 /* Fakes.xcconfig */; };
2021
/* End PBXBuildFile section */
2122

2223
/* Begin PBXCopyFilesBuildPhase section */
@@ -45,6 +46,7 @@
4546
26EEDC8C26FE1C1C00D5BA0E /* Yosemite.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Yosemite.framework; sourceTree = BUILT_PRODUCTS_DIR; };
4647
26EEDC8E26FE1C7B00D5BA0E /* Networking.generated.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Networking.generated.swift; sourceTree = "<group>"; };
4748
26EEDC8F26FE1C7B00D5BA0E /* Yosemite.generated.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Yosemite.generated.swift; sourceTree = "<group>"; };
49+
3FA7DA002D547F2600CE5611 /* Fakes.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Fakes.xcconfig; sourceTree = "<group>"; };
4850
/* End PBXFileReference section */
4951

5052
/* Begin PBXFrameworksBuildPhase section */
@@ -97,6 +99,7 @@
9799
26106B3B25FA4F5F0000DF30 /* Products */,
98100
26CA6D2425F6C87800B01F48 /* Fakes.h */,
99101
26CA6D2525F6C87800B01F48 /* Info.plist */,
102+
3FA7DA002D547F2600CE5611 /* Fakes.xcconfig */,
100103
);
101104
path = Fakes;
102105
sourceTree = "<group>";
@@ -185,6 +188,7 @@
185188
isa = PBXResourcesBuildPhase;
186189
buildActionMask = 2147483647;
187190
files = (
191+
3FA7DA012D547F2600CE5611 /* Fakes.xcconfig in Resources */,
188192
);
189193
runOnlyForDeploymentPostprocessing = 0;
190194
};
@@ -209,6 +213,7 @@
209213
/* Begin XCBuildConfiguration section */
210214
26CA6D2725F6C87800B01F48 /* Debug */ = {
211215
isa = XCBuildConfiguration;
216+
baseConfigurationReference = 3FA7DA002D547F2600CE5611 /* Fakes.xcconfig */;
212217
buildSettings = {
213218
ALWAYS_SEARCH_USER_PATHS = NO;
214219
CLANG_ANALYZER_NONNULL = YES;
@@ -260,7 +265,6 @@
260265
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
261266
GCC_WARN_UNUSED_FUNCTION = YES;
262267
GCC_WARN_UNUSED_VARIABLE = YES;
263-
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
264268
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
265269
MTL_FAST_MATH = YES;
266270
ONLY_ACTIVE_ARCH = YES;
@@ -274,6 +278,7 @@
274278
};
275279
26CA6D2825F6C87800B01F48 /* Release */ = {
276280
isa = XCBuildConfiguration;
281+
baseConfigurationReference = 3FA7DA002D547F2600CE5611 /* Fakes.xcconfig */;
277282
buildSettings = {
278283
ALWAYS_SEARCH_USER_PATHS = NO;
279284
CLANG_ANALYZER_NONNULL = YES;
@@ -319,7 +324,6 @@
319324
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
320325
GCC_WARN_UNUSED_FUNCTION = YES;
321326
GCC_WARN_UNUSED_VARIABLE = YES;
322-
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
323327
MTL_ENABLE_DEBUG_INFO = NO;
324328
MTL_FAST_MATH = YES;
325329
SDKROOT = iphoneos;

Fakes/Fakes/Fakes.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)