|
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 | + 971F9FDC2B836DF3005397CC /* CustomNoteAlert.swift in Sources */ = {isa = PBXBuildFile; fileRef = 971F9FDB2B836DF3005397CC /* CustomNoteAlert.swift */; }; |
34 | 35 | 972454152B14A49A0036B91A /* Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 972454142B14A49A0036B91A /* Extensions.swift */; }; |
35 | 36 | 973FBFFE2B46BB3800878269 /* Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 973FBFFD2B46BB3800878269 /* Utils.swift */; }; |
36 | 37 | 973FC0012B46CD5D00878269 /* QuestsListUIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 973FC0002B46CD5D00878269 /* QuestsListUIView.swift */; }; |
|
62 | 63 | 97AC1C0F2B70CEF5004F0BF4 /* SidewalkSurface.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97AC1C0E2B70CEF5004F0BF4 /* SidewalkSurface.swift */; }; |
63 | 64 | 97AC1C112B70CF03004F0BF4 /* SidewalkSurfaceForm.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97AC1C102B70CF03004F0BF4 /* SidewalkSurfaceForm.swift */; }; |
64 | 65 | 97AC1C132B70EF0A004F0BF4 /* Surfaces.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97AC1C122B70EF0A004F0BF4 /* Surfaces.swift */; }; |
| 66 | + 97AC1C212B726AC9004F0BF4 /* TactilePavingKerb.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97AC1C202B726AC9004F0BF4 /* TactilePavingKerb.swift */; }; |
| 67 | + 97AC1C232B726ADC004F0BF4 /* TactilePavingKerbForm.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97AC1C222B726ADC004F0BF4 /* TactilePavingKerbForm.swift */; }; |
65 | 68 | 97F2FA8A2B0630A3000B9726 /* Pods_GoInfoGame.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 66BED441AF03CC04539E8D4A /* Pods_GoInfoGame.framework */; }; |
66 | 69 | A40004EC2B62338400AF21FB /* AppQuestManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = A40004EB2B62338400AF21FB /* AppQuestManager.swift */; }; |
67 | 70 | A40E72642B5CD65000328848 /* OverpassRequestManagerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A40E72632B5CD65000328848 /* OverpassRequestManagerTests.swift */; }; |
|
279 | 282 | 970D5BD42B677CC500C20BE7 /* OSMUserData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OSMUserData.swift; sourceTree = "<group>"; }; |
280 | 283 | 971575162B5FFD6F0044797C /* MapView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MapView.swift; sourceTree = "<group>"; }; |
281 | 284 | 971575182B5FFE910044797C /* LocationManagerCoordinator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LocationManagerCoordinator.swift; sourceTree = "<group>"; }; |
| 285 | + 971F9FDB2B836DF3005397CC /* CustomNoteAlert.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomNoteAlert.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>"; }; |
|
311 | 315 | 97AC1C0E2B70CEF5004F0BF4 /* SidewalkSurface.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SidewalkSurface.swift; sourceTree = "<group>"; }; |
312 | 316 | 97AC1C102B70CF03004F0BF4 /* SidewalkSurfaceForm.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SidewalkSurfaceForm.swift; sourceTree = "<group>"; }; |
313 | 317 | 97AC1C122B70EF0A004F0BF4 /* Surfaces.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Surfaces.swift; sourceTree = "<group>"; }; |
| 318 | + 97AC1C202B726AC9004F0BF4 /* TactilePavingKerb.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TactilePavingKerb.swift; sourceTree = "<group>"; }; |
| 319 | + 97AC1C222B726ADC004F0BF4 /* TactilePavingKerbForm.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TactilePavingKerbForm.swift; sourceTree = "<group>"; }; |
314 | 320 | 97F2FA8D2B0630C4000B9726 /* SwiftOverpassAPI.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = SwiftOverpassAPI.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
315 | 321 | A40004EB2B62338400AF21FB /* AppQuestManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppQuestManager.swift; sourceTree = "<group>"; }; |
316 | 322 | A40E72632B5CD65000328848 /* OverpassRequestManagerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OverpassRequestManagerTests.swift; sourceTree = "<group>"; }; |
|
664 | 670 | 97AC1C092B6B7F10004F0BF4 /* CustomVerticalButtonsList.swift */, |
665 | 671 | 97AC1C0B2B6B843C004F0BF4 /* CustomAlert.swift */, |
666 | 672 | FABF3CF72B822F120080EAC9 /* CustomSureAlert.swift */, |
| 673 | + 971F9FDB2B836DF3005397CC /* CustomNoteAlert.swift */, |
667 | 674 | ); |
668 | 675 | path = CustomComponents; |
669 | 676 | sourceTree = "<group>"; |
|
740 | 747 | path = SidewalkSurface; |
741 | 748 | sourceTree = "<group>"; |
742 | 749 | }; |
| 750 | + 97AC1C1F2B726A9F004F0BF4 /* TactilePavingKerb */ = { |
| 751 | + isa = PBXGroup; |
| 752 | + children = ( |
| 753 | + 97AC1C222B726ADC004F0BF4 /* TactilePavingKerbForm.swift */, |
| 754 | + 97AC1C202B726AC9004F0BF4 /* TactilePavingKerb.swift */, |
| 755 | + ); |
| 756 | + path = TactilePavingKerb; |
| 757 | + sourceTree = "<group>"; |
| 758 | + }; |
743 | 759 | A40E726B2B5D462A00328848 /* osmapi */ = { |
744 | 760 | isa = PBXGroup; |
745 | 761 | children = ( |
|
956 | 972 | A4E7119C2B57A22300C9DE08 /* quests */ = { |
957 | 973 | isa = PBXGroup; |
958 | 974 | children = ( |
| 975 | + 97AC1C1F2B726A9F004F0BF4 /* TactilePavingKerb */, |
959 | 976 | 97AC1C0D2B70CED0004F0BF4 /* SidewalkSurface */, |
960 | 977 | 97AC1C042B6A44C1004F0BF4 /* SideWalkValidation */, |
961 | 978 | 973FC0462B5A475C00878269 /* CrossingMarking */, |
|
1599 | 1616 | 059D47332B2C83BA000987FA /* Highway.swift in Sources */, |
1600 | 1617 | 973FC0012B46CD5D00878269 /* QuestsListUIView.swift in Sources */, |
1601 | 1618 | 973FC01F2B50DE7E00878269 /* ImageGridItemView.swift in Sources */, |
| 1619 | + 97AC1C212B726AC9004F0BF4 /* TactilePavingKerb.swift in Sources */, |
1602 | 1620 | A4E711A22B57A3B400C9DE08 /* SideWalkWidth.swift in Sources */, |
1603 | 1621 | 05CB71E02B0FAFD200DED821 /* GenericUIViewControllerRepresentable.swift in Sources */, |
1604 | 1622 | 97AC1C062B6A45B0004F0BF4 /* SideWalkValidation.swift in Sources */, |
|
1619 | 1637 | 973FC0032B47DE0700878269 /* QuestsVM.swift in Sources */, |
1620 | 1638 | A4E711AE2B59004700C9DE08 /* StepsIncline.swift in Sources */, |
1621 | 1639 | 973FC0142B4D353800878269 /* SideWalkWidthForm.swift in Sources */, |
| 1640 | + 971F9FDC2B836DF3005397CC /* CustomNoteAlert.swift in Sources */, |
1622 | 1641 | 971575172B5FFD6F0044797C /* MapView.swift in Sources */, |
1623 | 1642 | 973FC04A2B5A478C00878269 /* CrossMarkingForm.swift in Sources */, |
1624 | 1643 | 973FC03F2B59418B00878269 /* WayLit.swift in Sources */, |
|
1636 | 1655 | 973FC0172B4D567900878269 /* WidthView.swift in Sources */, |
1637 | 1656 | 97AC1C082B6A45C9004F0BF4 /* SideWalkValidationForm.swift in Sources */, |
1638 | 1657 | FAD5C4F52AFCBE700040C61A /* SceneDelegate.swift in Sources */, |
| 1658 | + 97AC1C232B726ADC004F0BF4 /* TactilePavingKerbForm.swift in Sources */, |
1639 | 1659 | FAF44FBF2B3084FB004FE664 /* OnboardingView2.swift in Sources */, |
1640 | 1660 | 97AC1C132B70EF0A004F0BF4 /* Surfaces.swift in Sources */, |
1641 | 1661 | A4E711B02B59011000C9DE08 /* StepsInclineForm.swift in Sources */, |
|
0 commit comments