|
147 | 147 | C75CC5D92E0D22F4008A94A0 /* LongQuestsResponse.json in Resources */ = {isa = PBXBuildFile; fileRef = C75CC5D82E0D22F4008A94A0 /* LongQuestsResponse.json */; }; |
148 | 148 | C75CC5DA2E0D22F4008A94A0 /* Workspaces response.json in Resources */ = {isa = PBXBuildFile; fileRef = C75CC5D62E0D22F4008A94A0 /* Workspaces response.json */; }; |
149 | 149 | C75CC5DB2E0D22F4008A94A0 /* SCLIO Seattle pins response.json in Resources */ = {isa = PBXBuildFile; fileRef = C75CC5D72E0D22F4008A94A0 /* SCLIO Seattle pins response.json */; }; |
| 150 | + C755C00E2E12BF7D002F1B30 /* SatellitePickerSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = C755C00D2E12BF79002F1B30 /* SatellitePickerSheet.swift */; }; |
150 | 151 | C75EAD362E042D4500F75969 /* SideWalkWidth.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4E711A12B57A3B400C9DE08 /* SideWalkWidth.swift */; }; |
151 | 152 | C75EAD372E042D4500F75969 /* SideWalkWidthForm.swift in Sources */ = {isa = PBXBuildFile; fileRef = 973FC0132B4D353800878269 /* SideWalkWidthForm.swift */; }; |
152 | 153 | C76187DC2E0153D800150201 /* ClusterMap in Frameworks */ = {isa = PBXBuildFile; productRef = C76187DB2E0153D800150201 /* ClusterMap */; }; |
| 154 | + C7672F992E123C720084A610 /* MapRepository.swift in Sources */ = {isa = PBXBuildFile; fileRef = C7672F982E123A3F0084A610 /* MapRepository.swift */; }; |
| 155 | + C76CAF712E1118910095E48E /* APIManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = C76CAF702E11188E0095E48E /* APIManager.swift */; }; |
| 156 | + C76CAF732E111A940095E48E /* NetworkManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = C76CAF722E111A8E0095E48E /* NetworkManager.swift */; }; |
| 157 | + C76CAF752E112FDF0095E48E /* NetworkMonitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = C76CAF742E112FDE0095E48E /* NetworkMonitor.swift */; }; |
| 158 | + C76CAF772E112FF70095E48E /* ResponseHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = C76CAF762E112FF30095E48E /* ResponseHandler.swift */; }; |
| 159 | + C76CAF7A2E1133060095E48E /* SatelliteServerResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = C76CAF792E1132EA0095E48E /* SatelliteServerResponse.swift */; }; |
| 160 | + C76CAF7C2E11335A0095E48E /* WMTSServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = C76CAF7B2E1133530095E48E /* WMTSServer.swift */; }; |
153 | 161 | C76DA1A12DF0679F00451E63 /* LongFormModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA8C74C32C4FDE1000D28220 /* LongFormModel.swift */; }; |
154 | 162 | C77A4A262DF2AF3100DED8B0 /* SecureInputView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C77A4A252DF2AF3100DED8B0 /* SecureInputView.swift */; }; |
155 | 163 | C77EEBCF2DE59D3200494CB4 /* UndoMerge.swift in Sources */ = {isa = PBXBuildFile; fileRef = C77EEBCE2DE59D3200494CB4 /* UndoMerge.swift */; }; |
|
481 | 489 | C75CC5D72E0D22F4008A94A0 /* SCLIO Seattle pins response.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = "SCLIO Seattle pins response.json"; sourceTree = "<group>"; }; |
482 | 490 | C75CC5D82E0D22F4008A94A0 /* LongQuestsResponse.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = LongQuestsResponse.json; sourceTree = "<group>"; }; |
483 | 491 | C75E47732E151058006D903A /* Kondapur.gpx */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = Kondapur.gpx; sourceTree = "<group>"; }; |
| 492 | + C755C00D2E12BF79002F1B30 /* SatellitePickerSheet.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SatellitePickerSheet.swift; sourceTree = "<group>"; }; |
| 493 | + C7672F982E123A3F0084A610 /* MapRepository.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MapRepository.swift; sourceTree = "<group>"; }; |
| 494 | + C76CAF702E11188E0095E48E /* APIManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = APIManager.swift; sourceTree = "<group>"; }; |
| 495 | + C76CAF722E111A8E0095E48E /* NetworkManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NetworkManager.swift; sourceTree = "<group>"; }; |
| 496 | + C76CAF742E112FDE0095E48E /* NetworkMonitor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NetworkMonitor.swift; sourceTree = "<group>"; }; |
| 497 | + C76CAF762E112FF30095E48E /* ResponseHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ResponseHandler.swift; sourceTree = "<group>"; }; |
| 498 | + C76CAF792E1132EA0095E48E /* SatelliteServerResponse.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SatelliteServerResponse.swift; sourceTree = "<group>"; }; |
| 499 | + C76CAF7B2E1133530095E48E /* WMTSServer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WMTSServer.swift; sourceTree = "<group>"; }; |
484 | 500 | C77A4A252DF2AF3100DED8B0 /* SecureInputView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SecureInputView.swift; sourceTree = "<group>"; }; |
485 | 501 | C77EEBCE2DE59D3200494CB4 /* UndoMerge.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UndoMerge.swift; sourceTree = "<group>"; }; |
486 | 502 | C7ED070E2D70E2EC001FFFE2 /* TokenRefresher.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TokenRefresher.swift; sourceTree = "<group>"; }; |
|
663 | 679 | 0536DD952B0BD91F00B04C4B /* Network */ = { |
664 | 680 | isa = PBXGroup; |
665 | 681 | children = ( |
| 682 | + C76CAF6F2E1118610095E48E /* 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 | + C7672F982E123A3F0084A610 /* MapRepository.swift */, |
| 828 | + C76CAF782E1132380095E48E /* Satellite Server */, |
810 | 829 | 971575182B5FFE910044797C /* LocationManagerCoordinator.swift */, |
811 | 830 | FA50718D2D54E1D200CE9798 /* BingTileOverlay.swift */, |
812 | 831 | 971575162B5FFD6F0044797C /* MapView.swift */, |
|
1272 | 1291 | C75CC5D82E0D22F4008A94A0 /* LongQuestsResponse.json */, |
1273 | 1292 | ); |
1274 | 1293 | path = SampleResponses; |
| 1294 | + C76CAF6F2E1118610095E48E /* APIHandler */ = { |
| 1295 | + isa = PBXGroup; |
| 1296 | + children = ( |
| 1297 | + C76CAF762E112FF30095E48E /* ResponseHandler.swift */, |
| 1298 | + C76CAF742E112FDE0095E48E /* NetworkMonitor.swift */, |
| 1299 | + C76CAF722E111A8E0095E48E /* NetworkManager.swift */, |
| 1300 | + C76CAF702E11188E0095E48E /* APIManager.swift */, |
| 1301 | + ); |
| 1302 | + path = APIHandler; |
| 1303 | + sourceTree = "<group>"; |
| 1304 | + }; |
| 1305 | + C76CAF782E1132380095E48E /* Satellite Server */ = { |
| 1306 | + isa = PBXGroup; |
| 1307 | + children = ( |
| 1308 | + C755C00D2E12BF79002F1B30 /* SatellitePickerSheet.swift */, |
| 1309 | + C76CAF7B2E1133530095E48E /* WMTSServer.swift */, |
| 1310 | + C76CAF792E1132EA0095E48E /* SatelliteServerResponse.swift */, |
| 1311 | + ); |
| 1312 | + path = "Satellite Server"; |
1275 | 1313 | sourceTree = "<group>"; |
1276 | 1314 | }; |
1277 | 1315 | FA18CADE2CC7CD46008247F2 /* Kartaview */ = { |
|
2129 | 2167 | FAEE21DB2DCA1963002F9BEC /* UndoButton.swift in Sources */, |
2130 | 2168 | A4834A3F2B67737500D4F0AA /* StoredChangeset.swift in Sources */, |
2131 | 2169 | FAFDA2082C6E8F2500ECEAE9 /* APIConfiguration.swift in Sources */, |
| 2170 | + C76CAF732E111A940095E48E /* NetworkManager.swift in Sources */, |
2132 | 2171 | 971342752BBD254200174EBF /* InitialViewModel.swift in Sources */, |
2133 | 2172 | FA5071902D5B31CC00CE9798 /* CreateNoteView.swift in Sources */, |
2134 | 2173 | FA6DB8B32D8853DD0070CCD3 /* UserSettingsView.swift in Sources */, |
2135 | 2174 | FA633CB62DD48C4400324404 /* SessionManager.swift in Sources */, |
2136 | 2175 | 059D47312B2C81A9000987FA /* Style.swift in Sources */, |
2137 | 2176 | A4E711A82B57CA4300C9DE08 /* QuestsRepository.swift in Sources */, |
2138 | 2177 | FAFDA2022C6D33C300ECEAE9 /* PosmLoginViewModel.swift in Sources */, |
| 2178 | + C755C00E2E12BF7D002F1B30 /* SatellitePickerSheet.swift in Sources */, |
| 2179 | + C7672F992E123C720084A610 /* MapRepository.swift in Sources */, |
2139 | 2180 | FAFDA2142C7351CB00ECEAE9 /* APIError.swift in Sources */, |
2140 | 2181 | FA9F381C2DB2FF4B00D7AABF /* ShadowOverlayRenderer.swift in Sources */, |
2141 | 2182 | 059D47332B2C83BA000987FA /* Highway.swift in Sources */, |
|
2154 | 2195 | FA8C74D82C60E95100D28220 /* PosmLogin.swift in Sources */, |
2155 | 2196 | FA5071962D6DD31A00CE9798 /* LongElementQuest.swift in Sources */, |
2156 | 2197 | FAFDA20E2C6F58D600ECEAE9 /* UserProfile.swift in Sources */, |
| 2198 | + C76CAF712E1118910095E48E /* APIManager.swift in Sources */, |
2157 | 2199 | FABF3CF82B822F120080EAC9 /* CustomSureAlert.swift in Sources */, |
2158 | 2200 | FA18CAEB2CD0F718008247F2 /* CameraView.swift in Sources */, |
2159 | 2201 | 05DBBB642B17204300B6F110 /* RealmOPGeometry.swift in Sources */, |
2160 | 2202 | FA87A8102B68142F000A6BEA /* LoadingView.swift in Sources */, |
| 2203 | + C76CAF772E112FF70095E48E /* ResponseHandler.swift in Sources */, |
2161 | 2204 | 0536DD922B0BD58800B04C4B /* OAuthService.swift in Sources */, |
| 2205 | + C76CAF7C2E11335A0095E48E /* WMTSServer.swift in Sources */, |
2162 | 2206 | 973FC0112B4D2D1C00878269 /* QuestAndDescriptionView.swift in Sources */, |
2163 | 2207 | FAFDA2042C6E8BEA00ECEAE9 /* APIEnvironment.swift in Sources */, |
2164 | 2208 | 973FC0032B47DE0700878269 /* QuestsVM.swift in Sources */, |
|
2177 | 2221 | FA18CAE52CC7D0DD008247F2 /* SequenceModel.swift in Sources */, |
2178 | 2222 | FAE481A22DD5EF3800149A48 /* PasswordAuthenticationPopupView.swift in Sources */, |
2179 | 2223 | 05DBBB5F2B1263FF00B6F110 /* DatabaseConnector.swift in Sources */, |
| 2224 | + C76CAF752E112FDF0095E48E /* NetworkMonitor.swift in Sources */, |
2180 | 2225 | FAF44FC12B30850A004FE664 /* OnboardingView3.swift in Sources */, |
2181 | 2226 | 970D5BD12B62B61300C20BE7 /* MapViewController.swift in Sources */, |
2182 | 2227 | FA9FE2D82BAC75390036F618 /* OAuthViewController.swift in Sources */, |
|
2195 | 2240 | B0CCB98E2B8626C600AA73DE /* ProfileViewVM.swift in Sources */, |
2196 | 2241 | FA8C74C92C57B9AE00D28220 /* LongQuestView.swift in Sources */, |
2197 | 2242 | FAFDA1FF2C6D337800ECEAE9 /* PosmLoginModel.swift in Sources */, |
| 2243 | + C76CAF7A2E1133060095E48E /* SatelliteServerResponse.swift in Sources */, |
2198 | 2244 | 0536DD942B0BD59900B04C4B /* OAuthError.swift in Sources */, |
2199 | 2245 | 973FC0172B4D567900878269 /* WidthView.swift in Sources */, |
2200 | 2246 | FABF3CFD2B8607860080EAC9 /* MeasureWidthContainer.swift in Sources */, |
|
0 commit comments