|
13 | 13 | /* End PBXBuildFile section */
|
14 | 14 |
|
15 | 15 | /* Begin PBXFileReference section */
|
16 |
| - 7B2BBC801C779D720067B71D /* Tests(quicksort).xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Tests(quicksort).xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 16 | + 7B2BBC801C779D720067B71D /* Tests-Quicksort.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Tests-Quicksort.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; |
17 | 17 | 7B2BBC941C779E7B0067B71D /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = SOURCE_ROOT; };
|
18 | 18 | 7B80C3E51C77A4CA003CECC7 /* Quicksort.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Quicksort.swift; path = ../Quicksort.swift; sourceTree = SOURCE_ROOT; };
|
19 | 19 | 7B80C3E71C77A4D0003CECC7 /* QuicksortTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = QuicksortTests.swift; sourceTree = SOURCE_ROOT; };
|
|
42 | 42 | 7B2BBC721C779D710067B71D /* Products */ = {
|
43 | 43 | isa = PBXGroup;
|
44 | 44 | children = (
|
45 |
| - 7B2BBC801C779D720067B71D /* Tests(quicksort).xctest */, |
| 45 | + 7B2BBC801C779D720067B71D /* Tests-Quicksort.xctest */, |
46 | 46 | );
|
47 | 47 | name = Products;
|
48 | 48 | sourceTree = "<group>";
|
|
62 | 62 | /* End PBXGroup section */
|
63 | 63 |
|
64 | 64 | /* Begin PBXNativeTarget section */
|
65 |
| - 7B2BBC7F1C779D720067B71D /* Tests(quicksort) */ = { |
| 65 | + 7B2BBC7F1C779D720067B71D /* Tests-Quicksort */ = { |
66 | 66 | isa = PBXNativeTarget;
|
67 |
| - buildConfigurationList = 7B2BBC8C1C779D720067B71D /* Build configuration list for PBXNativeTarget "Tests(quicksort)" */; |
| 67 | + buildConfigurationList = 7B2BBC8C1C779D720067B71D /* Build configuration list for PBXNativeTarget "Tests-Quicksort" */; |
68 | 68 | buildPhases = (
|
69 | 69 | 7B2BBC7C1C779D720067B71D /* Sources */,
|
70 | 70 | 7B2BBC7D1C779D720067B71D /* Frameworks */,
|
|
74 | 74 | );
|
75 | 75 | dependencies = (
|
76 | 76 | );
|
77 |
| - name = "Tests(quicksort)"; |
| 77 | + name = "Tests-Quicksort"; |
78 | 78 | productName = TestsTests;
|
79 |
| - productReference = 7B2BBC801C779D720067B71D /* Tests(quicksort).xctest */; |
| 79 | + productReference = 7B2BBC801C779D720067B71D /* Tests-Quicksort.xctest */; |
80 | 80 | productType = "com.apple.product-type.bundle.unit-test";
|
81 | 81 | };
|
82 | 82 | /* End PBXNativeTarget section */
|
|
95 | 95 | };
|
96 | 96 | };
|
97 | 97 | };
|
98 |
| - buildConfigurationList = 7B2BBC6C1C779D710067B71D /* Build configuration list for PBXProject "Tests(quicksort)" */; |
| 98 | + buildConfigurationList = 7B2BBC6C1C779D710067B71D /* Build configuration list for PBXProject "Tests-Quicksort" */; |
99 | 99 | compatibilityVersion = "Xcode 3.2";
|
100 | 100 | developmentRegion = English;
|
101 | 101 | hasScannedForEncodings = 0;
|
|
108 | 108 | projectDirPath = "";
|
109 | 109 | projectRoot = "";
|
110 | 110 | targets = (
|
111 |
| - 7B2BBC7F1C779D720067B71D /* Tests(quicksort) */, |
| 111 | + 7B2BBC7F1C779D720067B71D /* Tests-Quicksort */, |
112 | 112 | );
|
113 | 113 | };
|
114 | 114 | /* End PBXProject section */
|
|
187 | 187 | SDKROOT = macosx;
|
188 | 188 | SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
189 | 189 | SWIFT_SWIFT3_OBJC_INFERENCE = Off;
|
| 190 | + SWIFT_VERSION = 4.0; |
190 | 191 | };
|
191 | 192 | name = Debug;
|
192 | 193 | };
|
|
233 | 234 | SDKROOT = macosx;
|
234 | 235 | SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
|
235 | 236 | SWIFT_SWIFT3_OBJC_INFERENCE = Off;
|
| 237 | + SWIFT_VERSION = 4.0; |
236 | 238 | };
|
237 | 239 | name = Release;
|
238 | 240 | };
|
|
265 | 267 | /* End XCBuildConfiguration section */
|
266 | 268 |
|
267 | 269 | /* Begin XCConfigurationList section */
|
268 |
| - 7B2BBC6C1C779D710067B71D /* Build configuration list for PBXProject "Tests(quicksort)" */ = { |
| 270 | + 7B2BBC6C1C779D710067B71D /* Build configuration list for PBXProject "Tests-Quicksort" */ = { |
269 | 271 | isa = XCConfigurationList;
|
270 | 272 | buildConfigurations = (
|
271 | 273 | 7B2BBC871C779D720067B71D /* Debug */,
|
|
274 | 276 | defaultConfigurationIsVisible = 0;
|
275 | 277 | defaultConfigurationName = Release;
|
276 | 278 | };
|
277 |
| - 7B2BBC8C1C779D720067B71D /* Build configuration list for PBXNativeTarget "Tests(quicksort)" */ = { |
| 279 | + 7B2BBC8C1C779D720067B71D /* Build configuration list for PBXNativeTarget "Tests-Quicksort" */ = { |
278 | 280 | isa = XCConfigurationList;
|
279 | 281 | buildConfigurations = (
|
280 | 282 | 7B2BBC8D1C779D720067B71D /* Debug */,
|
|
0 commit comments