|
142 | 142 | A4E711A82B57CA4300C9DE08 /* QuestsRepository.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4E711A72B57CA4300C9DE08 /* QuestsRepository.swift */; }; |
143 | 143 | B0CCB98C2B8626AE00AA73DE /* ProfileView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0CCB98B2B8626AE00AA73DE /* ProfileView.swift */; }; |
144 | 144 | B0CCB98E2B8626C600AA73DE /* ProfileViewVM.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0CCB98D2B8626C600AA73DE /* ProfileViewVM.swift */; }; |
| 145 | + C71EB5AC2E2100510009E610 /* WMTSServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = C71EB5AA2E2100510009E610 /* WMTSServer.swift */; }; |
| 146 | + C71EB5AD2E2100510009E610 /* SatellitePickerSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = C71EB5A82E2100510009E610 /* SatellitePickerSheet.swift */; }; |
| 147 | + C71EB5AE2E2100510009E610 /* SatelliteServerResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = C71EB5A92E2100510009E610 /* SatelliteServerResponse.swift */; }; |
| 148 | + C71EB5B02E2100B80009E610 /* MapRepository.swift in Sources */ = {isa = PBXBuildFile; fileRef = C71EB5AF2E2100B80009E610 /* MapRepository.swift */; }; |
| 149 | + C71EB5B62E2100E30009E610 /* ResponseHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = C71EB5B42E2100E30009E610 /* ResponseHandler.swift */; }; |
| 150 | + C71EB5B72E2100E30009E610 /* NetworkManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = C71EB5B22E2100E30009E610 /* NetworkManager.swift */; }; |
| 151 | + C71EB5B82E2100E30009E610 /* NetworkMonitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = C71EB5B32E2100E30009E610 /* NetworkMonitor.swift */; }; |
| 152 | + C71EB5B92E2100E30009E610 /* APIManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = C71EB5B12E2100E30009E610 /* APIManager.swift */; }; |
| 153 | + C71EB5BD2E2113500009E610 /* WMTSLayers.json in Resources */ = {isa = PBXBuildFile; fileRef = C71EB5BC2E2113500009E610 /* WMTSLayers.json */; }; |
145 | 154 | C75666D02E0D068900D36C41 /* OHHTTPStubs in Frameworks */ = {isa = PBXBuildFile; productRef = C75666CF2E0D068900D36C41 /* OHHTTPStubs */; }; |
146 | 155 | C75666D22E0D068900D36C41 /* OHHTTPStubsSwift in Frameworks */ = {isa = PBXBuildFile; productRef = C75666D12E0D068900D36C41 /* OHHTTPStubsSwift */; }; |
147 | 156 | C75CC5D92E0D22F4008A94A0 /* LongQuestsResponse.json in Resources */ = {isa = PBXBuildFile; fileRef = C75CC5D82E0D22F4008A94A0 /* LongQuestsResponse.json */; }; |
|
162 | 171 | FA18CAEB2CD0F718008247F2 /* CameraView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA18CAEA2CD0F718008247F2 /* CameraView.swift */; }; |
163 | 172 | FA1992ED2BB1A78C003B4719 /* KeychainManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA1992EC2BB1A78C003B4719 /* KeychainManager.swift */; }; |
164 | 173 | FA50718C2D54E08800CE9798 /* AddFeatureView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA50718B2D54E08800CE9798 /* AddFeatureView.swift */; }; |
165 | | - FA50718E2D54E1D200CE9798 /* BingTileOverlay.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA50718D2D54E1D200CE9798 /* BingTileOverlay.swift */; }; |
166 | 174 | FA5071902D5B31CC00CE9798 /* CreateNoteView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA50718F2D5B31CC00CE9798 /* CreateNoteView.swift */; }; |
167 | 175 | FA5071962D6DD31A00CE9798 /* LongElementQuest.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA5071952D6DD31A00CE9798 /* LongElementQuest.swift */; }; |
168 | 176 | FA5071982D71F1B000CE9798 /* SyncLogger.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA5071972D71F1B000CE9798 /* SyncLogger.swift */; }; |
|
477 | 485 | B0CCB98B2B8626AE00AA73DE /* ProfileView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProfileView.swift; sourceTree = "<group>"; }; |
478 | 486 | B0CCB98D2B8626C600AA73DE /* ProfileViewVM.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProfileViewVM.swift; sourceTree = "<group>"; }; |
479 | 487 | C4F37DA661B22FA87DF8282F /* Pods_osmapi.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_osmapi.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 488 | + C71EB5A82E2100510009E610 /* SatellitePickerSheet.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SatellitePickerSheet.swift; sourceTree = "<group>"; }; |
| 489 | + C71EB5A92E2100510009E610 /* SatelliteServerResponse.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SatelliteServerResponse.swift; sourceTree = "<group>"; }; |
| 490 | + C71EB5AA2E2100510009E610 /* WMTSServer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WMTSServer.swift; sourceTree = "<group>"; }; |
| 491 | + C71EB5AF2E2100B80009E610 /* MapRepository.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MapRepository.swift; sourceTree = "<group>"; }; |
| 492 | + C71EB5B12E2100E30009E610 /* APIManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = APIManager.swift; sourceTree = "<group>"; }; |
| 493 | + C71EB5B22E2100E30009E610 /* NetworkManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NetworkManager.swift; sourceTree = "<group>"; }; |
| 494 | + C71EB5B32E2100E30009E610 /* NetworkMonitor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NetworkMonitor.swift; sourceTree = "<group>"; }; |
| 495 | + C71EB5B42E2100E30009E610 /* ResponseHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ResponseHandler.swift; sourceTree = "<group>"; }; |
| 496 | + C71EB5BC2E2113500009E610 /* WMTSLayers.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = WMTSLayers.json; sourceTree = "<group>"; }; |
480 | 497 | C75CC5D62E0D22F4008A94A0 /* Workspaces response.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = "Workspaces response.json"; sourceTree = "<group>"; }; |
481 | 498 | C75CC5D72E0D22F4008A94A0 /* SCLIO Seattle pins response.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = "SCLIO Seattle pins response.json"; sourceTree = "<group>"; }; |
482 | 499 | C75CC5D82E0D22F4008A94A0 /* LongQuestsResponse.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = LongQuestsResponse.json; sourceTree = "<group>"; }; |
|
494 | 511 | FA18CAEA2CD0F718008247F2 /* CameraView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CameraView.swift; sourceTree = "<group>"; }; |
495 | 512 | FA1992EC2BB1A78C003B4719 /* KeychainManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeychainManager.swift; sourceTree = "<group>"; }; |
496 | 513 | FA50718B2D54E08800CE9798 /* AddFeatureView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AddFeatureView.swift; sourceTree = "<group>"; }; |
497 | | - FA50718D2D54E1D200CE9798 /* BingTileOverlay.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BingTileOverlay.swift; sourceTree = "<group>"; }; |
498 | 514 | FA50718F2D5B31CC00CE9798 /* CreateNoteView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CreateNoteView.swift; sourceTree = "<group>"; }; |
499 | 515 | FA5071952D6DD31A00CE9798 /* LongElementQuest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LongElementQuest.swift; sourceTree = "<group>"; }; |
500 | 516 | FA5071972D71F1B000CE9798 /* SyncLogger.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SyncLogger.swift; sourceTree = "<group>"; }; |
|
663 | 679 | 0536DD952B0BD91F00B04C4B /* Network */ = { |
664 | 680 | isa = PBXGroup; |
665 | 681 | children = ( |
| 682 | + C71EB5B52E2100E30009E610 /* APIHandler */, |
666 | 683 | A48037342BBA8DCB007EE7E4 /* models */, |
667 | 684 | 0536DD962B0BD95100B04C4B /* URLSession+Extension.swift */, |
668 | 685 | A48037302BBA8C25007EE7E4 /* ApiManager.swift */, |
|
807 | 824 | 971575152B5FFD5F0044797C /* Map */ = { |
808 | 825 | isa = PBXGroup; |
809 | 826 | children = ( |
| 827 | + C71EB5AF2E2100B80009E610 /* MapRepository.swift */, |
| 828 | + C71EB5AB2E2100510009E610 /* Satellite Server */, |
810 | 829 | 971575182B5FFE910044797C /* LocationManagerCoordinator.swift */, |
811 | | - FA50718D2D54E1D200CE9798 /* BingTileOverlay.swift */, |
812 | 830 | 971575162B5FFD6F0044797C /* MapView.swift */, |
813 | 831 | 970D5BD22B67638400C20BE7 /* MapViewModel.swift */, |
814 | 832 | A495DF2C2B6A190400478E44 /* CustomMapView.swift */, |
|
1264 | 1282 | path = Profile; |
1265 | 1283 | sourceTree = "<group>"; |
1266 | 1284 | }; |
| 1285 | + C71EB5AB2E2100510009E610 /* Satellite Server */ = { |
| 1286 | + isa = PBXGroup; |
| 1287 | + children = ( |
| 1288 | + C71EB5A82E2100510009E610 /* SatellitePickerSheet.swift */, |
| 1289 | + C71EB5A92E2100510009E610 /* SatelliteServerResponse.swift */, |
| 1290 | + C71EB5AA2E2100510009E610 /* WMTSServer.swift */, |
| 1291 | + ); |
| 1292 | + path = "Satellite Server"; |
| 1293 | + sourceTree = "<group>"; |
| 1294 | + }; |
| 1295 | + C71EB5B52E2100E30009E610 /* APIHandler */ = { |
| 1296 | + isa = PBXGroup; |
| 1297 | + children = ( |
| 1298 | + C71EB5B12E2100E30009E610 /* APIManager.swift */, |
| 1299 | + C71EB5B22E2100E30009E610 /* NetworkManager.swift */, |
| 1300 | + C71EB5B32E2100E30009E610 /* NetworkMonitor.swift */, |
| 1301 | + C71EB5B42E2100E30009E610 /* ResponseHandler.swift */, |
| 1302 | + ); |
| 1303 | + path = APIHandler; |
| 1304 | + sourceTree = "<group>"; |
| 1305 | + }; |
1267 | 1306 | C75CC5D52E0D22E0008A94A0 /* SampleResponses */ = { |
1268 | 1307 | isa = PBXGroup; |
1269 | 1308 | children = ( |
| 1309 | + C71EB5BC2E2113500009E610 /* WMTSLayers.json */, |
1270 | 1310 | C75CC5D62E0D22F4008A94A0 /* Workspaces response.json */, |
1271 | 1311 | C75CC5D72E0D22F4008A94A0 /* SCLIO Seattle pins response.json */, |
1272 | 1312 | C75CC5D82E0D22F4008A94A0 /* LongQuestsResponse.json */, |
|
1851 | 1891 | files = ( |
1852 | 1892 | 973FC00A2B4D2A6D00878269 /* Localizable.strings in Resources */, |
1853 | 1893 | FAD5C4FF2AFCBE720040C61A /* LaunchScreen.storyboard in Resources */, |
| 1894 | + C71EB5BD2E2113500009E610 /* WMTSLayers.json in Resources */, |
1854 | 1895 | FAD5C4FC2AFCBE720040C61A /* Assets.xcassets in Resources */, |
1855 | 1896 | FAD5C4FA2AFCBE700040C61A /* Main.storyboard in Resources */, |
1856 | 1897 | C75CC5D92E0D22F4008A94A0 /* LongQuestsResponse.json in Resources */, |
|
2147 | 2188 | 05DBBB622B164D9A00B6F110 /* RealOPElement.swift in Sources */, |
2148 | 2189 | 97AC1C0A2B6B7F10004F0BF4 /* CustomVerticalButtonsList.swift in Sources */, |
2149 | 2190 | FAE258522D3A780F00D2BB12 /* FloatingActionButtonStack.swift in Sources */, |
2150 | | - FA50718E2D54E1D200CE9798 /* BingTileOverlay.swift in Sources */, |
2151 | 2191 | FA8C74C22C4E89C800D28220 /* LongForm.swift in Sources */, |
2152 | 2192 | FA9F38222DC93F5300D7AABF /* UndoSidebarView.swift in Sources */, |
2153 | 2193 | FAC9E60F2B04F9C800E2C608 /* OverpassRequestManager.swift in Sources */, |
|
2175 | 2215 | FA5853C12B21F17F00301CDA /* OnboardingView.swift in Sources */, |
2176 | 2216 | A4B83AF32B5F9385006684CA /* StoredWay.swift in Sources */, |
2177 | 2217 | FA18CAE52CC7D0DD008247F2 /* SequenceModel.swift in Sources */, |
| 2218 | + C71EB5AC2E2100510009E610 /* WMTSServer.swift in Sources */, |
| 2219 | + C71EB5AD2E2100510009E610 /* SatellitePickerSheet.swift in Sources */, |
| 2220 | + C71EB5AE2E2100510009E610 /* SatelliteServerResponse.swift in Sources */, |
2178 | 2221 | FAE481A22DD5EF3800149A48 /* PasswordAuthenticationPopupView.swift in Sources */, |
2179 | 2222 | 05DBBB5F2B1263FF00B6F110 /* DatabaseConnector.swift in Sources */, |
2180 | 2223 | FAF44FC12B30850A004FE664 /* OnboardingView3.swift in Sources */, |
|
2189 | 2232 | 973FC04C2B5A5F5F00878269 /* RadioItem.swift in Sources */, |
2190 | 2233 | FA18CAE92CCFD212008247F2 /* FinishUploadingModel.swift in Sources */, |
2191 | 2234 | C7ED070F2D70E2EC001FFFE2 /* TokenRefresher.swift in Sources */, |
| 2235 | + C71EB5B62E2100E30009E610 /* ResponseHandler.swift in Sources */, |
| 2236 | + C71EB5B72E2100E30009E610 /* NetworkManager.swift in Sources */, |
| 2237 | + C71EB5B82E2100E30009E610 /* NetworkMonitor.swift in Sources */, |
| 2238 | + C71EB5B92E2100E30009E610 /* APIManager.swift in Sources */, |
2192 | 2239 | FA50718C2D54E08800CE9798 /* AddFeatureView.swift in Sources */, |
| 2240 | + C71EB5B02E2100B80009E610 /* MapRepository.swift in Sources */, |
2193 | 2241 | A495DF2D2B6A190400478E44 /* CustomMapView.swift in Sources */, |
2194 | 2242 | 05DBBB662B17209600B6F110 /* RealmOPMeta.swift in Sources */, |
2195 | 2243 | B0CCB98E2B8626C600AA73DE /* ProfileViewVM.swift in Sources */, |
|
0 commit comments