|
213 | 213 | FA8C74D82C60E95100D28220 /* PosmLogin.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA8C74D72C60E95100D28220 /* PosmLogin.swift */; }; |
214 | 214 | FA9AEC002D5CACB6006A3A31 /* UserNodesHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA9AEBFF2D5CACB3006A3A31 /* UserNodesHelper.swift */; }; |
215 | 215 | FA9F381C2DB2FF4B00D7AABF /* ShadowOverlayRenderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA9F381B2DB2FF3E00D7AABF /* ShadowOverlayRenderer.swift */; }; |
| 216 | + FA9F38202DC5585600D7AABF /* QuestUndoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA9F381F2DC5584D00D7AABF /* QuestUndoManager.swift */; }; |
| 217 | + FA9F38222DC93F5300D7AABF /* UndoSidebarView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA9F38212DC93F3D00D7AABF /* UndoSidebarView.swift */; }; |
216 | 218 | FA9FE2D82BAC75390036F618 /* OAuthViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA9FE2D72BAC75390036F618 /* OAuthViewController.swift */; }; |
217 | 219 | FABF3CF42B7419BB0080EAC9 /* LocationManagerDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = FABF3CF32B7419BB0080EAC9 /* LocationManagerDelegate.swift */; }; |
218 | 220 | FABF3CF82B822F120080EAC9 /* CustomSureAlert.swift in Sources */ = {isa = PBXBuildFile; fileRef = FABF3CF72B822F120080EAC9 /* CustomSureAlert.swift */; }; |
|
229 | 231 | FAD5C5162AFCBE720040C61A /* GoInfoGameUITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAD5C5152AFCBE720040C61A /* GoInfoGameUITestsLaunchTests.swift */; }; |
230 | 232 | FAE2584F2D39819300D2BB12 /* ManageQuestsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAE2584E2D39819300D2BB12 /* ManageQuestsView.swift */; }; |
231 | 233 | FAE258522D3A780F00D2BB12 /* FloatingActionButtonStack.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAE258512D3A780F00D2BB12 /* FloatingActionButtonStack.swift */; }; |
| 234 | + FAEE21DB2DCA1963002F9BEC /* UndoButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAEE21DA2DCA1963002F9BEC /* UndoButton.swift */; }; |
232 | 235 | FAF44FBD2B3084EC004FE664 /* OnboardingView1.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAF44FBC2B3084EC004FE664 /* OnboardingView1.swift */; }; |
233 | 236 | FAF44FBF2B3084FB004FE664 /* OnboardingView2.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAF44FBE2B3084FB004FE664 /* OnboardingView2.swift */; }; |
234 | 237 | FAF44FC12B30850A004FE664 /* OnboardingView3.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAF44FC02B30850A004FE664 /* OnboardingView3.swift */; }; |
|
535 | 538 | FA8C74D72C60E95100D28220 /* PosmLogin.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PosmLogin.swift; sourceTree = "<group>"; }; |
536 | 539 | FA9AEBFF2D5CACB3006A3A31 /* UserNodesHelper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserNodesHelper.swift; sourceTree = "<group>"; }; |
537 | 540 | FA9F381B2DB2FF3E00D7AABF /* ShadowOverlayRenderer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShadowOverlayRenderer.swift; sourceTree = "<group>"; }; |
| 541 | + FA9F381F2DC5584D00D7AABF /* QuestUndoManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QuestUndoManager.swift; sourceTree = "<group>"; }; |
| 542 | + FA9F38212DC93F3D00D7AABF /* UndoSidebarView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UndoSidebarView.swift; sourceTree = "<group>"; }; |
538 | 543 | FA9FE2D72BAC75390036F618 /* OAuthViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OAuthViewController.swift; sourceTree = "<group>"; }; |
539 | 544 | FABF3CF32B7419BB0080EAC9 /* LocationManagerDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LocationManagerDelegate.swift; sourceTree = "<group>"; }; |
540 | 545 | FABF3CF72B822F120080EAC9 /* CustomSureAlert.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomSureAlert.swift; sourceTree = "<group>"; }; |
|
555 | 560 | FAD5C5152AFCBE720040C61A /* GoInfoGameUITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GoInfoGameUITestsLaunchTests.swift; sourceTree = "<group>"; }; |
556 | 561 | FAE2584E2D39819300D2BB12 /* ManageQuestsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ManageQuestsView.swift; sourceTree = "<group>"; }; |
557 | 562 | FAE258512D3A780F00D2BB12 /* FloatingActionButtonStack.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FloatingActionButtonStack.swift; sourceTree = "<group>"; }; |
| 563 | + FAEE21DA2DCA1963002F9BEC /* UndoButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UndoButton.swift; sourceTree = "<group>"; }; |
558 | 564 | FAF44FBC2B3084EC004FE664 /* OnboardingView1.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OnboardingView1.swift; sourceTree = "<group>"; }; |
559 | 565 | FAF44FBE2B3084FB004FE664 /* OnboardingView2.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OnboardingView2.swift; sourceTree = "<group>"; }; |
560 | 566 | FAF44FC02B30850A004FE664 /* OnboardingView3.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OnboardingView3.swift; sourceTree = "<group>"; }; |
|
1224 | 1230 | A4E711A52B57BBCA00C9DE08 /* QuestProtocols.swift */, |
1225 | 1231 | A4E711A72B57CA4300C9DE08 /* QuestsRepository.swift */, |
1226 | 1232 | FA6DB8B42D96BE510070CCD3 /* HiddenQuestManager.swift */, |
| 1233 | + FA9F381F2DC5584D00D7AABF /* QuestUndoManager.swift */, |
1227 | 1234 | 97AC1C122B70EF0A004F0BF4 /* Surfaces.swift */, |
1228 | 1235 | ); |
1229 | 1236 | path = quests; |
|
1317 | 1324 | children = ( |
1318 | 1325 | FA87A80F2B68142F000A6BEA /* LoadingView.swift */, |
1319 | 1326 | FAE258512D3A780F00D2BB12 /* FloatingActionButtonStack.swift */, |
| 1327 | + FA9F38212DC93F3D00D7AABF /* UndoSidebarView.swift */, |
| 1328 | + FAEE21DA2DCA1963002F9BEC /* UndoButton.swift */, |
1320 | 1329 | FA5071972D71F1B000CE9798 /* SyncLogger.swift */, |
1321 | 1330 | ); |
1322 | 1331 | path = Utils; |
|
2082 | 2091 | isa = PBXSourcesBuildPhase; |
2083 | 2092 | buildActionMask = 2147483647; |
2084 | 2093 | files = ( |
| 2094 | + FA9F38202DC5585600D7AABF /* QuestUndoManager.swift in Sources */, |
2085 | 2095 | FA8C74D42C5A443700D28220 /* QuestOptions.swift in Sources */, |
2086 | 2096 | A4AD130C2B5E80F20041A881 /* StoredElement.swift in Sources */, |
2087 | 2097 | 05DBBB5D2B1262BA00B6F110 /* OverpassRepository.swift in Sources */, |
|
2103 | 2113 | FA18CAE72CC80A34008247F2 /* UploadPhotoModel.swift in Sources */, |
2104 | 2114 | 97439F782B87444200DA43E1 /* CrossingKerbHeightForm.swift in Sources */, |
2105 | 2115 | FAFDA1FA2C6B861A00ECEAE9 /* FileStorageManager.swift in Sources */, |
| 2116 | + FAEE21DB2DCA1963002F9BEC /* UndoButton.swift in Sources */, |
2106 | 2117 | A4834A3F2B67737500D4F0AA /* StoredChangeset.swift in Sources */, |
2107 | 2118 | 973FC02F2B58F81F00878269 /* StepsRamp.swift in Sources */, |
2108 | 2119 | FAFDA2082C6E8F2500ECEAE9 /* APIConfiguration.swift in Sources */, |
|
2137 | 2148 | FA50718E2D54E1D200CE9798 /* BingTileOverlay.swift in Sources */, |
2138 | 2149 | 973FC0352B592C0F00878269 /* StairNumberForm.swift in Sources */, |
2139 | 2150 | FA8C74C22C4E89C800D28220 /* LongForm.swift in Sources */, |
| 2151 | + FA9F38222DC93F5300D7AABF /* UndoSidebarView.swift in Sources */, |
2140 | 2152 | FAC9E60F2B04F9C800E2C608 /* OverpassRequestManager.swift in Sources */, |
2141 | 2153 | 18EC425E2B849FE000DE05D7 /* TactilePavingCrosswalk.swift in Sources */, |
2142 | 2154 | FA8C74D82C60E95100D28220 /* PosmLogin.swift in Sources */, |
|
0 commit comments