|
31 | 31 | 970D5BD52B677CC500C20BE7 /* OSMUserData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 970D5BD42B677CC500C20BE7 /* OSMUserData.swift */; }; |
32 | 32 | 971575172B5FFD6F0044797C /* MapView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 971575162B5FFD6F0044797C /* MapView.swift */; }; |
33 | 33 | 971575192B5FFE910044797C /* LocationManagerCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 971575182B5FFE910044797C /* LocationManagerCoordinator.swift */; }; |
| 34 | + 971F9FDF2B847349005397CC /* CrossingIslandForm.swift in Sources */ = {isa = PBXBuildFile; fileRef = 971F9FDE2B847349005397CC /* CrossingIslandForm.swift */; }; |
| 35 | + 971F9FE12B847358005397CC /* CrossingIsland.swift in Sources */ = {isa = PBXBuildFile; fileRef = 971F9FE02B847358005397CC /* CrossingIsland.swift */; }; |
34 | 36 | 972454152B14A49A0036B91A /* Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 972454142B14A49A0036B91A /* Extensions.swift */; }; |
35 | 37 | 973FBFFE2B46BB3800878269 /* Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 973FBFFD2B46BB3800878269 /* Utils.swift */; }; |
36 | 38 | 973FC0012B46CD5D00878269 /* QuestsListUIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 973FC0002B46CD5D00878269 /* QuestsListUIView.swift */; }; |
|
279 | 281 | 970D5BD42B677CC500C20BE7 /* OSMUserData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OSMUserData.swift; sourceTree = "<group>"; }; |
280 | 282 | 971575162B5FFD6F0044797C /* MapView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MapView.swift; sourceTree = "<group>"; }; |
281 | 283 | 971575182B5FFE910044797C /* LocationManagerCoordinator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LocationManagerCoordinator.swift; sourceTree = "<group>"; }; |
| 284 | + 971F9FDE2B847349005397CC /* CrossingIslandForm.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CrossingIslandForm.swift; sourceTree = "<group>"; }; |
| 285 | + 971F9FE02B847358005397CC /* CrossingIsland.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CrossingIsland.swift; sourceTree = "<group>"; }; |
282 | 286 | 972454142B14A49A0036B91A /* Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Extensions.swift; sourceTree = "<group>"; }; |
283 | 287 | 973FBFFD2B46BB3800878269 /* Utils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Utils.swift; sourceTree = "<group>"; }; |
284 | 288 | 973FC0002B46CD5D00878269 /* QuestsListUIView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QuestsListUIView.swift; sourceTree = "<group>"; }; |
|
643 | 647 | path = Map; |
644 | 648 | sourceTree = "<group>"; |
645 | 649 | }; |
| 650 | + 971F9FDD2B847318005397CC /* CrossingIsland */ = { |
| 651 | + isa = PBXGroup; |
| 652 | + children = ( |
| 653 | + 971F9FDE2B847349005397CC /* CrossingIslandForm.swift */, |
| 654 | + 971F9FE02B847358005397CC /* CrossingIsland.swift */, |
| 655 | + ); |
| 656 | + path = CrossingIsland; |
| 657 | + sourceTree = "<group>"; |
| 658 | + }; |
646 | 659 | 973FBFFF2B46CD4100878269 /* QuestsList */ = { |
647 | 660 | isa = PBXGroup; |
648 | 661 | children = ( |
|
956 | 969 | A4E7119C2B57A22300C9DE08 /* quests */ = { |
957 | 970 | isa = PBXGroup; |
958 | 971 | children = ( |
| 972 | + 971F9FDD2B847318005397CC /* CrossingIsland */, |
959 | 973 | 97AC1C0D2B70CED0004F0BF4 /* SidewalkSurface */, |
960 | 974 | 97AC1C042B6A44C1004F0BF4 /* SideWalkValidation */, |
961 | 975 | 973FC0462B5A475C00878269 /* CrossingMarking */, |
|
1625 | 1639 | A40004EC2B62338400AF21FB /* AppQuestManager.swift in Sources */, |
1626 | 1640 | FA5853C12B21F17F00301CDA /* OnboardingView.swift in Sources */, |
1627 | 1641 | A4B83AF32B5F9385006684CA /* StoredWay.swift in Sources */, |
| 1642 | + 971F9FDF2B847349005397CC /* CrossingIslandForm.swift in Sources */, |
1628 | 1643 | 05DBBB5F2B1263FF00B6F110 /* DatabaseConnector.swift in Sources */, |
1629 | 1644 | FAF44FC12B30850A004FE664 /* OnboardingView3.swift in Sources */, |
| 1645 | + 971F9FE12B847358005397CC /* CrossingIsland.swift in Sources */, |
1630 | 1646 | 970D5BD12B62B61300C20BE7 /* MapViewController.swift in Sources */, |
1631 | 1647 | 0536DD972B0BD95100B04C4B /* URLSession+Extension.swift in Sources */, |
1632 | 1648 | 973FC04C2B5A5F5F00878269 /* RadioItem.swift in Sources */, |
|
0 commit comments