Skip to content

Commit 1c5ebdd

Browse files
Merge pull request #6 from radioboo/deployment-target
update deployment target
2 parents e2c2709 + 407c669 commit 1c5ebdd

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

SemanticVersion.xcodeproj/project.pbxproj

+8-6
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
0D34261F1C8C8B9400D32DE1 /* RegexpTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RegexpTests.swift; sourceTree = "<group>"; };
4040
0DCEEC7C1C9409F000504CDE /* SemanticVersionParser.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SemanticVersionParser.swift; sourceTree = "<group>"; };
4141
0DCEEC7E1C940CC900504CDE /* SemanticVersionParserTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SemanticVersionParserTests.swift; sourceTree = "<group>"; };
42-
4FB43BFE1EA8E860003AFA4E /* SemanticVersion.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SemanticVersion.framework; path = "/Users/atsushi.sakai/Workspace/SemanticVersion/build/Debug-iphoneos/SemanticVersion.framework"; sourceTree = "<absolute>"; };
43-
4FB43BFF1EA8E860003AFA4E /* SemanticVersionTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = SemanticVersionTests.xctest; path = "/Users/atsushi.sakai/Workspace/SemanticVersion/build/Debug-iphoneos/SemanticVersionTests.xctest"; sourceTree = "<absolute>"; };
42+
4FA9E62D1EA8EC89000D3E9E /* SemanticVersion.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SemanticVersion.framework; sourceTree = BUILT_PRODUCTS_DIR; };
43+
4FA9E62E1EA8EC89000D3E9E /* SemanticVersionTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SemanticVersionTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
4444
/* End PBXFileReference section */
4545

4646
/* Begin PBXFrameworksBuildPhase section */
@@ -66,6 +66,8 @@
6666
children = (
6767
0D3425E91C8C6C5900D32DE1 /* SemanticVersion */,
6868
0D3425F51C8C6C5900D32DE1 /* SemanticVersionTests */,
69+
4FA9E62D1EA8EC89000D3E9E /* SemanticVersion.framework */,
70+
4FA9E62E1EA8EC89000D3E9E /* SemanticVersionTests.xctest */,
6971
);
7072
sourceTree = "<group>";
7173
};
@@ -129,7 +131,7 @@
129131
);
130132
name = SemanticVersion;
131133
productName = SemanticVersion;
132-
productReference = 4FB43BFE1EA8E860003AFA4E /* SemanticVersion.framework */;
134+
productReference = 4FA9E62D1EA8EC89000D3E9E /* SemanticVersion.framework */;
133135
productType = "com.apple.product-type.framework";
134136
};
135137
0D3425F01C8C6C5900D32DE1 /* SemanticVersionTests */ = {
@@ -147,7 +149,7 @@
147149
);
148150
name = SemanticVersionTests;
149151
productName = SemanticVersionTests;
150-
productReference = 4FB43BFF1EA8E860003AFA4E /* SemanticVersionTests.xctest */;
152+
productReference = 4FA9E62E1EA8EC89000D3E9E /* SemanticVersionTests.xctest */;
151153
productType = "com.apple.product-type.bundle.unit-test";
152154
};
153155
/* End PBXNativeTarget section */
@@ -279,7 +281,7 @@
279281
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
280282
GCC_WARN_UNUSED_FUNCTION = YES;
281283
GCC_WARN_UNUSED_VARIABLE = YES;
282-
IPHONEOS_DEPLOYMENT_TARGET = 9.2;
284+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
283285
MTL_ENABLE_DEBUG_INFO = YES;
284286
ONLY_ACTIVE_ARCH = YES;
285287
SDKROOT = iphoneos;
@@ -324,7 +326,7 @@
324326
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
325327
GCC_WARN_UNUSED_FUNCTION = YES;
326328
GCC_WARN_UNUSED_VARIABLE = YES;
327-
IPHONEOS_DEPLOYMENT_TARGET = 9.2;
329+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
328330
MTL_ENABLE_DEBUG_INFO = NO;
329331
SDKROOT = iphoneos;
330332
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";

0 commit comments

Comments
 (0)