|
61 | 61 | 973FC0482B5A477E00878269 /* CrossMarking.swift in Sources */ = {isa = PBXBuildFile; fileRef = 973FC0472B5A477E00878269 /* CrossMarking.swift */; }; |
62 | 62 | 973FC04A2B5A478C00878269 /* CrossMarkingForm.swift in Sources */ = {isa = PBXBuildFile; fileRef = 973FC0492B5A478C00878269 /* CrossMarkingForm.swift */; }; |
63 | 63 | 973FC04C2B5A5F5F00878269 /* RadioItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 973FC04B2B5A5F5F00878269 /* RadioItem.swift */; }; |
| 64 | + 97439F782B87444200DA43E1 /* CrossingKerbHeightForm.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97439F772B87444200DA43E1 /* CrossingKerbHeightForm.swift */; }; |
| 65 | + 97439F7A2B87447400DA43E1 /* CrossingKerbHeight.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97439F792B87447400DA43E1 /* CrossingKerbHeight.swift */; }; |
| 66 | + 97A014BF2B7B580700F7C277 /* OSMMapData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97A014BE2B7B580700F7C277 /* OSMMapData.swift */; }; |
| 67 | + 97A014C12B7C95A500F7C277 /* OSMElement.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97A014C02B7C95A500F7C277 /* OSMElement.swift */; }; |
64 | 68 | 97AC1C062B6A45B0004F0BF4 /* SideWalkValidation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97AC1C052B6A45B0004F0BF4 /* SideWalkValidation.swift */; }; |
65 | 69 | 97AC1C082B6A45C9004F0BF4 /* SideWalkValidationForm.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97AC1C072B6A45C9004F0BF4 /* SideWalkValidationForm.swift */; }; |
66 | 70 | 97AC1C0A2B6B7F10004F0BF4 /* CustomVerticalButtonsList.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97AC1C092B6B7F10004F0BF4 /* CustomVerticalButtonsList.swift */; }; |
|
320 | 324 | 973FC0472B5A477E00878269 /* CrossMarking.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = CrossMarking.swift; path = GoInfoGame/quests/CrossingMarking/CrossMarking.swift; sourceTree = SOURCE_ROOT; }; |
321 | 325 | 973FC0492B5A478C00878269 /* CrossMarkingForm.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = CrossMarkingForm.swift; path = GoInfoGame/quests/CrossingMarking/CrossMarkingForm.swift; sourceTree = SOURCE_ROOT; }; |
322 | 326 | 973FC04B2B5A5F5F00878269 /* RadioItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RadioItem.swift; sourceTree = "<group>"; }; |
| 327 | + 97439F772B87444200DA43E1 /* CrossingKerbHeightForm.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CrossingKerbHeightForm.swift; sourceTree = "<group>"; }; |
| 328 | + 97439F792B87447400DA43E1 /* CrossingKerbHeight.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CrossingKerbHeight.swift; sourceTree = "<group>"; }; |
| 329 | + 97A014BE2B7B580700F7C277 /* OSMMapData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OSMMapData.swift; sourceTree = "<group>"; }; |
| 330 | + 97A014C02B7C95A500F7C277 /* OSMElement.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OSMElement.swift; sourceTree = "<group>"; }; |
323 | 331 | 97AC1C052B6A45B0004F0BF4 /* SideWalkValidation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SideWalkValidation.swift; sourceTree = "<group>"; }; |
324 | 332 | 97AC1C072B6A45C9004F0BF4 /* SideWalkValidationForm.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SideWalkValidationForm.swift; sourceTree = "<group>"; }; |
325 | 333 | 97AC1C092B6B7F10004F0BF4 /* CustomVerticalButtonsList.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomVerticalButtonsList.swift; sourceTree = "<group>"; }; |
|
771 | 779 | path = CrossingMarking; |
772 | 780 | sourceTree = "<group>"; |
773 | 781 | }; |
| 782 | + 97439F762B8729EA00DA43E1 /* CrossingKerbHeight */ = { |
| 783 | + isa = PBXGroup; |
| 784 | + children = ( |
| 785 | + 97439F772B87444200DA43E1 /* CrossingKerbHeightForm.swift */, |
| 786 | + 97439F792B87447400DA43E1 /* CrossingKerbHeight.swift */, |
| 787 | + ); |
| 788 | + path = CrossingKerbHeight; |
| 789 | + sourceTree = "<group>"; |
| 790 | + }; |
774 | 791 | 97AC1C042B6A44C1004F0BF4 /* SideWalkValidation */ = { |
775 | 792 | isa = PBXGroup; |
776 | 793 | children = ( |
|
840 | 857 | A475C7D82B5E264700BABEDA /* OSMWay.swift */, |
841 | 858 | A475C7DC2B5E3E7C00BABEDA /* OSMPayload.swift */, |
842 | 859 | 970D5BD42B677CC500C20BE7 /* OSMUserData.swift */, |
| 860 | + 97A014BE2B7B580700F7C277 /* OSMMapData.swift */, |
| 861 | + 97A014C02B7C95A500F7C277 /* OSMElement.swift */, |
843 | 862 | ); |
844 | 863 | path = models; |
845 | 864 | sourceTree = "<group>"; |
|
1014 | 1033 | A4E7119C2B57A22300C9DE08 /* quests */ = { |
1015 | 1034 | isa = PBXGroup; |
1016 | 1035 | children = ( |
| 1036 | + 97439F762B8729EA00DA43E1 /* CrossingKerbHeight */, |
1017 | 1037 | 971F9FE22B84ABA6005397CC /* CrossingType */, |
1018 | 1038 | 971F9FDD2B847318005397CC /* CrossingIsland */, |
1019 | 1039 | 18EC425A2B8497F200DE05D7 /* TactilePavingCrosswalk */, |
|
1546 | 1566 | buildActionMask = 2147483647; |
1547 | 1567 | files = ( |
1548 | 1568 | A40E726E2B5D462A00328848 /* osmapi.docc in Sources */, |
| 1569 | + 97A014C12B7C95A500F7C277 /* OSMElement.swift in Sources */, |
1549 | 1570 | A40E728D2B5D494100328848 /* OSMLogin.swift in Sources */, |
1550 | 1571 | A40E72892B5D487C00328848 /* OSMConfig.swift in Sources */, |
1551 | 1572 | A475C7E02B5E4B6E00BABEDA /* OSMXMLBuilder.swift in Sources */, |
|
1555 | 1576 | A475C7D32B5E22C800BABEDA /* OSMNode.swift in Sources */, |
1556 | 1577 | A475C7D92B5E264700BABEDA /* OSMWay.swift in Sources */, |
1557 | 1578 | A475C7DD2B5E3E7C00BABEDA /* OSMPayload.swift in Sources */, |
| 1579 | + 97A014BF2B7B580700F7C277 /* OSMMapData.swift in Sources */, |
1558 | 1580 | 970D5BD52B677CC500C20BE7 /* OSMUserData.swift in Sources */, |
1559 | 1581 | ); |
1560 | 1582 | runOnlyForDeploymentPostprocessing = 0; |
|
1649 | 1671 | 973FC0382B59363C00878269 /* TactilePavingSteps.swift in Sources */, |
1650 | 1672 | 973FC0192B4FB17000878269 /* LocalizedStrings.swift in Sources */, |
1651 | 1673 | FAC9E6112B06811300E2C608 /* LocationManager.swift in Sources */, |
| 1674 | + 97439F782B87444200DA43E1 /* CrossingKerbHeightForm.swift in Sources */, |
1652 | 1675 | A4834A3F2B67737500D4F0AA /* StoredChangeset.swift in Sources */, |
1653 | 1676 | 973FC02F2B58F81F00878269 /* StepsRamp.swift in Sources */, |
1654 | 1677 | 971F9FE62B84CDCE005397CC /* CrossingTypeForm.swift in Sources */, |
|
1695 | 1718 | 971F9FDF2B847349005397CC /* CrossingIslandForm.swift in Sources */, |
1696 | 1719 | 05DBBB5F2B1263FF00B6F110 /* DatabaseConnector.swift in Sources */, |
1697 | 1720 | FAF44FC12B30850A004FE664 /* OnboardingView3.swift in Sources */, |
| 1721 | + 97439F7A2B87447400DA43E1 /* CrossingKerbHeight.swift in Sources */, |
1698 | 1722 | 971F9FE12B847358005397CC /* CrossingIsland.swift in Sources */, |
1699 | 1723 | 970D5BD12B62B61300C20BE7 /* MapViewController.swift in Sources */, |
1700 | 1724 | 0536DD972B0BD95100B04C4B /* URLSession+Extension.swift in Sources */, |
|
0 commit comments