|
12 | 12 | 553948251AC6495600666559 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 553948241AC6495600666559 /* AppDelegate.swift */; };
|
13 | 13 | 553948271AC6495600666559 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 553948261AC6495600666559 /* Images.xcassets */; };
|
14 | 14 | 5539482A1AC6495600666559 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 553948281AC6495600666559 /* MainMenu.xib */; };
|
15 |
| - 553948361AC6495600666559 /* SwiftPriorityQueueTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 553948351AC6495600666559 /* SwiftPriorityQueueTests.swift */; }; |
16 | 15 | 5564AFFB1AD509E8008CF6EF /* astar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5564AFFA1AD509E8008CF6EF /* astar.swift */; };
|
| 16 | + 5565CDFB2249BE24002664E3 /* SwiftPriorityQueueTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5565CDFA2249BE24002664E3 /* SwiftPriorityQueueTests.swift */; }; |
17 | 17 | /* End PBXBuildFile section */
|
18 | 18 |
|
19 | 19 | /* Begin PBXContainerItemProxy section */
|
|
34 | 34 | 553948261AC6495600666559 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
|
35 | 35 | 553948291AC6495600666559 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
|
36 | 36 | 5539482F1AC6495600666559 /* SwiftPriorityQueueTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SwiftPriorityQueueTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
37 |
| - 553948341AC6495600666559 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = ../Tests/Info.plist; sourceTree = "<group>"; }; |
38 |
| - 553948351AC6495600666559 /* SwiftPriorityQueueTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = SwiftPriorityQueueTests.swift; path = ../Tests/SwiftPriorityQueueTests/SwiftPriorityQueueTests.swift; sourceTree = "<group>"; }; |
| 37 | + 553948341AC6495600666559 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; name = Info.plist; path = Tests/Info.plist; sourceTree = "<group>"; }; |
39 | 38 | 5564AFFA1AD509E8008CF6EF /* astar.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = astar.swift; sourceTree = "<group>"; };
|
| 39 | + 5565CDFA2249BE24002664E3 /* SwiftPriorityQueueTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = SwiftPriorityQueueTests.swift; path = Tests/SwiftPriorityQueueTests/SwiftPriorityQueueTests.swift; sourceTree = SOURCE_ROOT; }; |
40 | 40 | /* End PBXFileReference section */
|
41 | 41 |
|
42 | 42 | /* Begin PBXFrameworksBuildPhase section */
|
|
99 | 99 | 553948321AC6495600666559 /* SwiftPriorityQueueTests */ = {
|
100 | 100 | isa = PBXGroup;
|
101 | 101 | children = (
|
102 |
| - 553948351AC6495600666559 /* SwiftPriorityQueueTests.swift */, |
| 102 | + 5565CDFA2249BE24002664E3 /* SwiftPriorityQueueTests.swift */, |
103 | 103 | 553948331AC6495600666559 /* Supporting Files */,
|
104 | 104 | );
|
105 | 105 | path = SwiftPriorityQueueTests;
|
|
159 | 159 | attributes = {
|
160 | 160 | LastSwiftMigration = 0710;
|
161 | 161 | LastSwiftUpdateCheck = 0710;
|
162 |
| - LastUpgradeCheck = 1000; |
| 162 | + LastUpgradeCheck = 1020; |
163 | 163 | ORGANIZATIONNAME = "Oak Snow Consulting";
|
164 | 164 | TargetAttributes = {
|
165 | 165 | 5539481E1AC6495600666559 = {
|
166 | 166 | CreatedOnToolsVersion = 6.2;
|
167 |
| - LastSwiftMigration = 0900; |
| 167 | + LastSwiftMigration = 1020; |
168 | 168 | };
|
169 | 169 | 5539482E1AC6495600666559 = {
|
170 | 170 | CreatedOnToolsVersion = 6.2;
|
171 |
| - LastSwiftMigration = 0900; |
| 171 | + LastSwiftMigration = 1020; |
172 | 172 | };
|
173 | 173 | };
|
174 | 174 | };
|
175 | 175 | buildConfigurationList = 5539481A1AC6495600666559 /* Build configuration list for PBXProject "SwiftPriorityQueue" */;
|
176 | 176 | compatibilityVersion = "Xcode 3.2";
|
177 |
| - developmentRegion = English; |
| 177 | + developmentRegion = en; |
178 | 178 | hasScannedForEncodings = 0;
|
179 | 179 | knownRegions = (
|
180 | 180 | en,
|
|
225 | 225 | isa = PBXSourcesBuildPhase;
|
226 | 226 | buildActionMask = 2147483647;
|
227 | 227 | files = (
|
228 |
| - 553948361AC6495600666559 /* SwiftPriorityQueueTests.swift in Sources */, |
229 | 228 | 551E58BC1F770583007073B0 /* SwiftPriorityQueue.swift in Sources */,
|
| 229 | + 5565CDFB2249BE24002664E3 /* SwiftPriorityQueueTests.swift in Sources */, |
230 | 230 | );
|
231 | 231 | runOnlyForDeploymentPostprocessing = 0;
|
232 | 232 | };
|
|
361 | 361 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
|
362 | 362 | PRODUCT_BUNDLE_IDENTIFIER = "com.oaksnow.$(PRODUCT_NAME:rfc1034identifier)";
|
363 | 363 | PRODUCT_NAME = "$(TARGET_NAME)";
|
364 |
| - SWIFT_SWIFT3_OBJC_INFERENCE = Default; |
365 |
| - SWIFT_VERSION = 4.0; |
| 364 | + SWIFT_VERSION = 5.0; |
366 | 365 | };
|
367 | 366 | name = Debug;
|
368 | 367 | };
|
|
376 | 375 | PRODUCT_BUNDLE_IDENTIFIER = "com.oaksnow.$(PRODUCT_NAME:rfc1034identifier)";
|
377 | 376 | PRODUCT_NAME = "$(TARGET_NAME)";
|
378 | 377 | SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
|
379 |
| - SWIFT_SWIFT3_OBJC_INFERENCE = Default; |
380 |
| - SWIFT_VERSION = 4.0; |
| 378 | + SWIFT_VERSION = 5.0; |
381 | 379 | };
|
382 | 380 | name = Release;
|
383 | 381 | };
|
|
397 | 395 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
|
398 | 396 | PRODUCT_BUNDLE_IDENTIFIER = "com.oaksnow.$(PRODUCT_NAME:rfc1034identifier)";
|
399 | 397 | PRODUCT_NAME = "$(TARGET_NAME)";
|
400 |
| - SWIFT_SWIFT3_OBJC_INFERENCE = Default; |
401 |
| - SWIFT_VERSION = 4.0; |
| 398 | + SWIFT_VERSION = 5.0; |
402 | 399 | };
|
403 | 400 | name = Debug;
|
404 | 401 | };
|
|
415 | 412 | PRODUCT_BUNDLE_IDENTIFIER = "com.oaksnow.$(PRODUCT_NAME:rfc1034identifier)";
|
416 | 413 | PRODUCT_NAME = "$(TARGET_NAME)";
|
417 | 414 | SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
|
418 |
| - SWIFT_SWIFT3_OBJC_INFERENCE = Default; |
419 |
| - SWIFT_VERSION = 4.0; |
| 415 | + SWIFT_VERSION = 5.0; |
420 | 416 | };
|
421 | 417 | name = Release;
|
422 | 418 | };
|
|
0 commit comments