|
39 | 39 | 0D34261F1C8C8B9400D32DE1 /* RegexpTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RegexpTests.swift; sourceTree = "<group>"; };
|
40 | 40 | 0DCEEC7C1C9409F000504CDE /* SemanticVersionParser.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SemanticVersionParser.swift; sourceTree = "<group>"; };
|
41 | 41 | 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; }; |
44 | 44 | /* End PBXFileReference section */
|
45 | 45 |
|
46 | 46 | /* Begin PBXFrameworksBuildPhase section */
|
|
66 | 66 | children = (
|
67 | 67 | 0D3425E91C8C6C5900D32DE1 /* SemanticVersion */,
|
68 | 68 | 0D3425F51C8C6C5900D32DE1 /* SemanticVersionTests */,
|
| 69 | + 4FA9E62D1EA8EC89000D3E9E /* SemanticVersion.framework */, |
| 70 | + 4FA9E62E1EA8EC89000D3E9E /* SemanticVersionTests.xctest */, |
69 | 71 | );
|
70 | 72 | sourceTree = "<group>";
|
71 | 73 | };
|
|
129 | 131 | );
|
130 | 132 | name = SemanticVersion;
|
131 | 133 | productName = SemanticVersion;
|
132 |
| - productReference = 4FB43BFE1EA8E860003AFA4E /* SemanticVersion.framework */; |
| 134 | + productReference = 4FA9E62D1EA8EC89000D3E9E /* SemanticVersion.framework */; |
133 | 135 | productType = "com.apple.product-type.framework";
|
134 | 136 | };
|
135 | 137 | 0D3425F01C8C6C5900D32DE1 /* SemanticVersionTests */ = {
|
|
147 | 149 | );
|
148 | 150 | name = SemanticVersionTests;
|
149 | 151 | productName = SemanticVersionTests;
|
150 |
| - productReference = 4FB43BFF1EA8E860003AFA4E /* SemanticVersionTests.xctest */; |
| 152 | + productReference = 4FA9E62E1EA8EC89000D3E9E /* SemanticVersionTests.xctest */; |
151 | 153 | productType = "com.apple.product-type.bundle.unit-test";
|
152 | 154 | };
|
153 | 155 | /* End PBXNativeTarget section */
|
|
279 | 281 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
280 | 282 | GCC_WARN_UNUSED_FUNCTION = YES;
|
281 | 283 | GCC_WARN_UNUSED_VARIABLE = YES;
|
282 |
| - IPHONEOS_DEPLOYMENT_TARGET = 9.2; |
| 284 | + IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
283 | 285 | MTL_ENABLE_DEBUG_INFO = YES;
|
284 | 286 | ONLY_ACTIVE_ARCH = YES;
|
285 | 287 | SDKROOT = iphoneos;
|
|
324 | 326 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
325 | 327 | GCC_WARN_UNUSED_FUNCTION = YES;
|
326 | 328 | GCC_WARN_UNUSED_VARIABLE = YES;
|
327 |
| - IPHONEOS_DEPLOYMENT_TARGET = 9.2; |
| 329 | + IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
328 | 330 | MTL_ENABLE_DEBUG_INFO = NO;
|
329 | 331 | SDKROOT = iphoneos;
|
330 | 332 | SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
|
|
0 commit comments