|
24 | 24 | 05DBBB662B17209600B6F110 /* RealmOPMeta.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05DBBB652B17209600B6F110 /* RealmOPMeta.swift */; }; |
25 | 25 | 188843AD2B5FA2DF0008DCF8 /* TactilePavingStepsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 188843AC2B5FA2DF0008DCF8 /* TactilePavingStepsTests.swift */; }; |
26 | 26 | 188843AF2B5FB32D0008DCF8 /* WayLitTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 188843AE2B5FB32D0008DCF8 /* WayLitTests.swift */; }; |
| 27 | + 18EC425C2B84987200DE05D7 /* TactilePavingCrosswalkForm.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18EC425B2B84987200DE05D7 /* TactilePavingCrosswalkForm.swift */; }; |
| 28 | + 18EC425E2B849FE000DE05D7 /* TactilePavingCrosswalk.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18EC425D2B849FE000DE05D7 /* TactilePavingCrosswalk.swift */; }; |
27 | 29 | 342561966FC217124BD9CFE7 /* Pods_GoInfoGame_GoInfoGameUITests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2D539E22EFF6636F8CBA035A /* Pods_GoInfoGame_GoInfoGameUITests.framework */; }; |
28 | 30 | 74D8E739AE340D54DEF2E74C /* Pods_GoInfoGameTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 066F85ADCDCE7357368131F8 /* Pods_GoInfoGameTests.framework */; }; |
29 | 31 | 970D5BD12B62B61300C20BE7 /* MapViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 970D5BD02B62B61300C20BE7 /* MapViewController.swift */; }; |
|
33 | 35 | 971575192B5FFE910044797C /* LocationManagerCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 971575182B5FFE910044797C /* LocationManagerCoordinator.swift */; }; |
34 | 36 | 971F9FDF2B847349005397CC /* CrossingIslandForm.swift in Sources */ = {isa = PBXBuildFile; fileRef = 971F9FDE2B847349005397CC /* CrossingIslandForm.swift */; }; |
35 | 37 | 971F9FE12B847358005397CC /* CrossingIsland.swift in Sources */ = {isa = PBXBuildFile; fileRef = 971F9FE02B847358005397CC /* CrossingIsland.swift */; }; |
| 38 | + 971F9FE42B84CDBF005397CC /* CrossingType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 971F9FE32B84CDBF005397CC /* CrossingType.swift */; }; |
| 39 | + 971F9FE62B84CDCE005397CC /* CrossingTypeForm.swift in Sources */ = {isa = PBXBuildFile; fileRef = 971F9FE52B84CDCE005397CC /* CrossingTypeForm.swift */; }; |
36 | 40 | 972454152B14A49A0036B91A /* Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 972454142B14A49A0036B91A /* Extensions.swift */; }; |
37 | 41 | 973FBFFE2B46BB3800878269 /* Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 973FBFFD2B46BB3800878269 /* Utils.swift */; }; |
38 | 42 | 973FC0012B46CD5D00878269 /* QuestsListUIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 973FC0002B46CD5D00878269 /* QuestsListUIView.swift */; }; |
|
276 | 280 | 066F85ADCDCE7357368131F8 /* Pods_GoInfoGameTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_GoInfoGameTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
277 | 281 | 188843AC2B5FA2DF0008DCF8 /* TactilePavingStepsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TactilePavingStepsTests.swift; sourceTree = "<group>"; }; |
278 | 282 | 188843AE2B5FB32D0008DCF8 /* WayLitTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WayLitTests.swift; sourceTree = "<group>"; }; |
| 283 | + 18EC425B2B84987200DE05D7 /* TactilePavingCrosswalkForm.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TactilePavingCrosswalkForm.swift; sourceTree = "<group>"; }; |
| 284 | + 18EC425D2B849FE000DE05D7 /* TactilePavingCrosswalk.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TactilePavingCrosswalk.swift; sourceTree = "<group>"; }; |
279 | 285 | 2D539E22EFF6636F8CBA035A /* Pods_GoInfoGame_GoInfoGameUITests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_GoInfoGame_GoInfoGameUITests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
280 | 286 | 3D797A45474D6135AFA24613 /* Pods-GoInfoGameTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-GoInfoGameTests.debug.xcconfig"; path = "Target Support Files/Pods-GoInfoGameTests/Pods-GoInfoGameTests.debug.xcconfig"; sourceTree = "<group>"; }; |
281 | 287 | 66BED441AF03CC04539E8D4A /* Pods_GoInfoGame.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_GoInfoGame.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
287 | 293 | 971575182B5FFE910044797C /* LocationManagerCoordinator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LocationManagerCoordinator.swift; sourceTree = "<group>"; }; |
288 | 294 | 971F9FDE2B847349005397CC /* CrossingIslandForm.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CrossingIslandForm.swift; sourceTree = "<group>"; }; |
289 | 295 | 971F9FE02B847358005397CC /* CrossingIsland.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CrossingIsland.swift; sourceTree = "<group>"; }; |
| 296 | + 971F9FE32B84CDBF005397CC /* CrossingType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CrossingType.swift; sourceTree = "<group>"; }; |
| 297 | + 971F9FE52B84CDCE005397CC /* CrossingTypeForm.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CrossingTypeForm.swift; sourceTree = "<group>"; }; |
290 | 298 | 972454142B14A49A0036B91A /* Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Extensions.swift; sourceTree = "<group>"; }; |
291 | 299 | 973FBFFD2B46BB3800878269 /* Utils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Utils.swift; sourceTree = "<group>"; }; |
292 | 300 | 973FC0002B46CD5D00878269 /* QuestsListUIView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QuestsListUIView.swift; sourceTree = "<group>"; }; |
|
622 | 630 | path = quests; |
623 | 631 | sourceTree = "<group>"; |
624 | 632 | }; |
| 633 | + 18EC425A2B8497F200DE05D7 /* TactilePavingCrosswalk */ = { |
| 634 | + isa = PBXGroup; |
| 635 | + children = ( |
| 636 | + 18EC425D2B849FE000DE05D7 /* TactilePavingCrosswalk.swift */, |
| 637 | + 18EC425B2B84987200DE05D7 /* TactilePavingCrosswalkForm.swift */, |
| 638 | + ); |
| 639 | + path = TactilePavingCrosswalk; |
| 640 | + sourceTree = "<group>"; |
| 641 | + }; |
625 | 642 | 416A9A4590B07971607790B0 /* Frameworks */ = { |
626 | 643 | isa = PBXGroup; |
627 | 644 | children = ( |
|
666 | 683 | path = CrossingIsland; |
667 | 684 | sourceTree = "<group>"; |
668 | 685 | }; |
| 686 | + 971F9FE22B84ABA6005397CC /* CrossingType */ = { |
| 687 | + isa = PBXGroup; |
| 688 | + children = ( |
| 689 | + 971F9FE32B84CDBF005397CC /* CrossingType.swift */, |
| 690 | + 971F9FE52B84CDCE005397CC /* CrossingTypeForm.swift */, |
| 691 | + ); |
| 692 | + path = CrossingType; |
| 693 | + sourceTree = "<group>"; |
| 694 | + }; |
669 | 695 | 973FBFFF2B46CD4100878269 /* QuestsList */ = { |
670 | 696 | isa = PBXGroup; |
671 | 697 | children = ( |
|
988 | 1014 | A4E7119C2B57A22300C9DE08 /* quests */ = { |
989 | 1015 | isa = PBXGroup; |
990 | 1016 | children = ( |
| 1017 | + 971F9FE22B84ABA6005397CC /* CrossingType */, |
991 | 1018 | 971F9FDD2B847318005397CC /* CrossingIsland */, |
| 1019 | + 18EC425A2B8497F200DE05D7 /* TactilePavingCrosswalk */, |
992 | 1020 | 97AC1C1F2B726A9F004F0BF4 /* TactilePavingKerb */, |
993 | 1021 | 97AC1C0D2B70CED0004F0BF4 /* SidewalkSurface */, |
994 | 1022 | 97AC1C042B6A44C1004F0BF4 /* SideWalkValidation */, |
|
1623 | 1651 | FAC9E6112B06811300E2C608 /* LocationManager.swift in Sources */, |
1624 | 1652 | A4834A3F2B67737500D4F0AA /* StoredChangeset.swift in Sources */, |
1625 | 1653 | 973FC02F2B58F81F00878269 /* StepsRamp.swift in Sources */, |
| 1654 | + 971F9FE62B84CDCE005397CC /* CrossingTypeForm.swift in Sources */, |
1626 | 1655 | A4E711AA2B58F6FB00C9DE08 /* HandRail.swift in Sources */, |
1627 | 1656 | 973FC02D2B58F79B00878269 /* StepsRampForm.swift in Sources */, |
1628 | 1657 | 059D47312B2C81A9000987FA /* Style.swift in Sources */, |
|
1636 | 1665 | 97AC1C212B726AC9004F0BF4 /* TactilePavingKerb.swift in Sources */, |
1637 | 1666 | A4E711A22B57A3B400C9DE08 /* SideWalkWidth.swift in Sources */, |
1638 | 1667 | 05CB71E02B0FAFD200DED821 /* GenericUIViewControllerRepresentable.swift in Sources */, |
| 1668 | + 971F9FE42B84CDBF005397CC /* CrossingType.swift in Sources */, |
1639 | 1669 | 97AC1C062B6A45B0004F0BF4 /* SideWalkValidation.swift in Sources */, |
1640 | 1670 | FAD5C4F32AFCBE700040C61A /* AppDelegate.swift in Sources */, |
| 1671 | + 18EC425C2B84987200DE05D7 /* TactilePavingCrosswalkForm.swift in Sources */, |
1641 | 1672 | 05DBBB622B164D9A00B6F110 /* RealOPElement.swift in Sources */, |
1642 | 1673 | 973FC0422B59467A00878269 /* BusStopLit.swift in Sources */, |
1643 | 1674 | 97AC1C0A2B6B7F10004F0BF4 /* CustomVerticalButtonsList.swift in Sources */, |
1644 | 1675 | 973FC0352B592C0F00878269 /* StairNumberForm.swift in Sources */, |
1645 | 1676 | FAC9E60F2B04F9C800E2C608 /* OverpassRequestManager.swift in Sources */, |
| 1677 | + 18EC425E2B849FE000DE05D7 /* TactilePavingCrosswalk.swift in Sources */, |
1646 | 1678 | FABF3CF82B822F120080EAC9 /* CustomSureAlert.swift in Sources */, |
1647 | 1679 | 973FC0482B5A477E00878269 /* CrossMarking.swift in Sources */, |
1648 | 1680 | 05DBBB642B17204300B6F110 /* RealmOPGeometry.swift in Sources */, |
|
0 commit comments