|
33 | 33 | 971575192B5FFE910044797C /* LocationManagerCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 971575182B5FFE910044797C /* LocationManagerCoordinator.swift */; }; |
34 | 34 | 971F9FDF2B847349005397CC /* CrossingIslandForm.swift in Sources */ = {isa = PBXBuildFile; fileRef = 971F9FDE2B847349005397CC /* CrossingIslandForm.swift */; }; |
35 | 35 | 971F9FE12B847358005397CC /* CrossingIsland.swift in Sources */ = {isa = PBXBuildFile; fileRef = 971F9FE02B847358005397CC /* CrossingIsland.swift */; }; |
| 36 | + 971F9FDC2B836DF3005397CC /* CustomNoteAlert.swift in Sources */ = {isa = PBXBuildFile; fileRef = 971F9FDB2B836DF3005397CC /* CustomNoteAlert.swift */; }; |
36 | 37 | 972454152B14A49A0036B91A /* Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 972454142B14A49A0036B91A /* Extensions.swift */; }; |
37 | 38 | 973FBFFE2B46BB3800878269 /* Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 973FBFFD2B46BB3800878269 /* Utils.swift */; }; |
38 | 39 | 973FC0012B46CD5D00878269 /* QuestsListUIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 973FC0002B46CD5D00878269 /* QuestsListUIView.swift */; }; |
|
64 | 65 | 97AC1C0F2B70CEF5004F0BF4 /* SidewalkSurface.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97AC1C0E2B70CEF5004F0BF4 /* SidewalkSurface.swift */; }; |
65 | 66 | 97AC1C112B70CF03004F0BF4 /* SidewalkSurfaceForm.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97AC1C102B70CF03004F0BF4 /* SidewalkSurfaceForm.swift */; }; |
66 | 67 | 97AC1C132B70EF0A004F0BF4 /* Surfaces.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97AC1C122B70EF0A004F0BF4 /* Surfaces.swift */; }; |
| 68 | + 97AC1C212B726AC9004F0BF4 /* TactilePavingKerb.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97AC1C202B726AC9004F0BF4 /* TactilePavingKerb.swift */; }; |
| 69 | + 97AC1C232B726ADC004F0BF4 /* TactilePavingKerbForm.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97AC1C222B726ADC004F0BF4 /* TactilePavingKerbForm.swift */; }; |
67 | 70 | 97F2FA8A2B0630A3000B9726 /* Pods_GoInfoGame.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 66BED441AF03CC04539E8D4A /* Pods_GoInfoGame.framework */; }; |
68 | 71 | A40004EC2B62338400AF21FB /* AppQuestManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = A40004EB2B62338400AF21FB /* AppQuestManager.swift */; }; |
69 | 72 | A40E72642B5CD65000328848 /* OverpassRequestManagerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A40E72632B5CD65000328848 /* OverpassRequestManagerTests.swift */; }; |
|
283 | 286 | 971575182B5FFE910044797C /* LocationManagerCoordinator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LocationManagerCoordinator.swift; sourceTree = "<group>"; }; |
284 | 287 | 971F9FDE2B847349005397CC /* CrossingIslandForm.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CrossingIslandForm.swift; sourceTree = "<group>"; }; |
285 | 288 | 971F9FE02B847358005397CC /* CrossingIsland.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CrossingIsland.swift; sourceTree = "<group>"; }; |
| 289 | + 971F9FDB2B836DF3005397CC /* CustomNoteAlert.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomNoteAlert.swift; sourceTree = "<group>"; }; |
286 | 290 | 972454142B14A49A0036B91A /* Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Extensions.swift; sourceTree = "<group>"; }; |
287 | 291 | 973FBFFD2B46BB3800878269 /* Utils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Utils.swift; sourceTree = "<group>"; }; |
288 | 292 | 973FC0002B46CD5D00878269 /* QuestsListUIView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QuestsListUIView.swift; sourceTree = "<group>"; }; |
|
315 | 319 | 97AC1C0E2B70CEF5004F0BF4 /* SidewalkSurface.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SidewalkSurface.swift; sourceTree = "<group>"; }; |
316 | 320 | 97AC1C102B70CF03004F0BF4 /* SidewalkSurfaceForm.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SidewalkSurfaceForm.swift; sourceTree = "<group>"; }; |
317 | 321 | 97AC1C122B70EF0A004F0BF4 /* Surfaces.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Surfaces.swift; sourceTree = "<group>"; }; |
| 322 | + 97AC1C202B726AC9004F0BF4 /* TactilePavingKerb.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TactilePavingKerb.swift; sourceTree = "<group>"; }; |
| 323 | + 97AC1C222B726ADC004F0BF4 /* TactilePavingKerbForm.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TactilePavingKerbForm.swift; sourceTree = "<group>"; }; |
318 | 324 | 97F2FA8D2B0630C4000B9726 /* SwiftOverpassAPI.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = SwiftOverpassAPI.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
319 | 325 | A40004EB2B62338400AF21FB /* AppQuestManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppQuestManager.swift; sourceTree = "<group>"; }; |
320 | 326 | A40E72632B5CD65000328848 /* OverpassRequestManagerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OverpassRequestManagerTests.swift; sourceTree = "<group>"; }; |
|
677 | 683 | 97AC1C092B6B7F10004F0BF4 /* CustomVerticalButtonsList.swift */, |
678 | 684 | 97AC1C0B2B6B843C004F0BF4 /* CustomAlert.swift */, |
679 | 685 | FABF3CF72B822F120080EAC9 /* CustomSureAlert.swift */, |
| 686 | + 971F9FDB2B836DF3005397CC /* CustomNoteAlert.swift */, |
680 | 687 | ); |
681 | 688 | path = CustomComponents; |
682 | 689 | sourceTree = "<group>"; |
|
753 | 760 | path = SidewalkSurface; |
754 | 761 | sourceTree = "<group>"; |
755 | 762 | }; |
| 763 | + 97AC1C1F2B726A9F004F0BF4 /* TactilePavingKerb */ = { |
| 764 | + isa = PBXGroup; |
| 765 | + children = ( |
| 766 | + 97AC1C222B726ADC004F0BF4 /* TactilePavingKerbForm.swift */, |
| 767 | + 97AC1C202B726AC9004F0BF4 /* TactilePavingKerb.swift */, |
| 768 | + ); |
| 769 | + path = TactilePavingKerb; |
| 770 | + sourceTree = "<group>"; |
| 771 | + }; |
756 | 772 | A40E726B2B5D462A00328848 /* osmapi */ = { |
757 | 773 | isa = PBXGroup; |
758 | 774 | children = ( |
|
970 | 986 | isa = PBXGroup; |
971 | 987 | children = ( |
972 | 988 | 971F9FDD2B847318005397CC /* CrossingIsland */, |
| 989 | + 97AC1C1F2B726A9F004F0BF4 /* TactilePavingKerb */, |
973 | 990 | 97AC1C0D2B70CED0004F0BF4 /* SidewalkSurface */, |
974 | 991 | 97AC1C042B6A44C1004F0BF4 /* SideWalkValidation */, |
975 | 992 | 973FC0462B5A475C00878269 /* CrossingMarking */, |
|
1613 | 1630 | 059D47332B2C83BA000987FA /* Highway.swift in Sources */, |
1614 | 1631 | 973FC0012B46CD5D00878269 /* QuestsListUIView.swift in Sources */, |
1615 | 1632 | 973FC01F2B50DE7E00878269 /* ImageGridItemView.swift in Sources */, |
| 1633 | + 97AC1C212B726AC9004F0BF4 /* TactilePavingKerb.swift in Sources */, |
1616 | 1634 | A4E711A22B57A3B400C9DE08 /* SideWalkWidth.swift in Sources */, |
1617 | 1635 | 05CB71E02B0FAFD200DED821 /* GenericUIViewControllerRepresentable.swift in Sources */, |
1618 | 1636 | 97AC1C062B6A45B0004F0BF4 /* SideWalkValidation.swift in Sources */, |
|
1633 | 1651 | 973FC0032B47DE0700878269 /* QuestsVM.swift in Sources */, |
1634 | 1652 | A4E711AE2B59004700C9DE08 /* StepsIncline.swift in Sources */, |
1635 | 1653 | 973FC0142B4D353800878269 /* SideWalkWidthForm.swift in Sources */, |
| 1654 | + 971F9FDC2B836DF3005397CC /* CustomNoteAlert.swift in Sources */, |
1636 | 1655 | 971575172B5FFD6F0044797C /* MapView.swift in Sources */, |
1637 | 1656 | 973FC04A2B5A478C00878269 /* CrossMarkingForm.swift in Sources */, |
1638 | 1657 | 973FC03F2B59418B00878269 /* WayLit.swift in Sources */, |
|
1652 | 1671 | 973FC0172B4D567900878269 /* WidthView.swift in Sources */, |
1653 | 1672 | 97AC1C082B6A45C9004F0BF4 /* SideWalkValidationForm.swift in Sources */, |
1654 | 1673 | FAD5C4F52AFCBE700040C61A /* SceneDelegate.swift in Sources */, |
| 1674 | + 97AC1C232B726ADC004F0BF4 /* TactilePavingKerbForm.swift in Sources */, |
1655 | 1675 | FAF44FBF2B3084FB004FE664 /* OnboardingView2.swift in Sources */, |
1656 | 1676 | 97AC1C132B70EF0A004F0BF4 /* Surfaces.swift in Sources */, |
1657 | 1677 | A4E711B02B59011000C9DE08 /* StepsInclineForm.swift in Sources */, |
|
0 commit comments