|
3 | 3 | archiveVersion = 1;
|
4 | 4 | classes = {
|
5 | 5 | };
|
6 |
| - objectVersion = 56; |
| 6 | + objectVersion = 70; |
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
|
41 | 41 | 2D4D8F852C0010A5006F9080 /* networkUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D4D8F842C0010A5006F9080 /* networkUtils.swift */; };
|
42 | 42 | 2D84CCA12BF8BD7500D2382B /* PlatformListViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D84CCA02BF8BD7500D2382B /* PlatformListViewModel.swift */; };
|
43 | 43 | 2D9213E92C081D99004A37C2 /* WidgetView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D9213E82C081D99004A37C2 /* WidgetView.swift */; };
|
| 44 | + 2D94BD8E2C21DE250006CA04 /* StationLocationMapView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D94BD8D2C21DE250006CA04 /* StationLocationMapView.swift */; }; |
44 | 45 | 2DC639DC2BF3CCBA00A72C7F /* metro_nowApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2DC639DB2BF3CCBA00A72C7F /* metro_nowApp.swift */; };
|
45 | 46 | 2DC639DE2BF3CCBA00A72C7F /* PlatformListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2DC639DD2BF3CCBA00A72C7F /* PlatformListView.swift */; };
|
46 | 47 | 2DC639E02BF3CCBC00A72C7F /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 2DC639DF2BF3CCBC00A72C7F /* Assets.xcassets */; };
|
|
149 | 150 | 2D4D8F842C0010A5006F9080 /* networkUtils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = networkUtils.swift; sourceTree = "<group>"; };
|
150 | 151 | 2D84CCA02BF8BD7500D2382B /* PlatformListViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PlatformListViewModel.swift; sourceTree = "<group>"; };
|
151 | 152 | 2D9213E82C081D99004A37C2 /* WidgetView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WidgetView.swift; sourceTree = "<group>"; };
|
| 153 | + 2D94BD8D2C21DE250006CA04 /* StationLocationMapView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StationLocationMapView.swift; sourceTree = "<group>"; }; |
152 | 154 | 2DC639D82BF3CCBA00A72C7F /* metro-now.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "metro-now.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
153 | 155 | 2DC639DB2BF3CCBA00A72C7F /* metro_nowApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = metro_nowApp.swift; sourceTree = "<group>"; };
|
154 | 156 | 2DC639DD2BF3CCBA00A72C7F /* PlatformListView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PlatformListView.swift; sourceTree = "<group>"; };
|
|
182 | 184 | 2DF66D972BFD39B000B31FA2 /* test-coordinates.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "test-coordinates.swift"; sourceTree = "<group>"; };
|
183 | 185 | /* End PBXFileReference section */
|
184 | 186 |
|
| 187 | +/* Begin PBXFileSystemSynchronizedRootGroup section */ |
| 188 | + 2D94BD892C21BFB90006CA04 /* StationDetail */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = StationDetail; sourceTree = "<group>"; }; |
| 189 | +/* End PBXFileSystemSynchronizedRootGroup section */ |
| 190 | + |
185 | 191 | /* Begin PBXFrameworksBuildPhase section */
|
186 | 192 | 2D4486802BFAA10A005C59CE /* Frameworks */ = {
|
187 | 193 | isa = PBXFrameworksBuildPhase;
|
|
341 | 347 | 2DC639E92BF3CD3900A72C7F /* Core */ = {
|
342 | 348 | isa = PBXGroup;
|
343 | 349 | children = (
|
| 350 | + 2D94BD892C21BFB90006CA04 /* StationDetail */, |
344 | 351 | 2DC63A062BF4C24C00A72C7F /* Map */,
|
345 | 352 | 2DC639FE2BF4B1C600A72C7F /* PlatformDetail */,
|
346 | 353 | 2DC639EA2BF3CD4700A72C7F /* PlatformList */,
|
|
381 | 388 | children = (
|
382 | 389 | 2DC63A072BF4C25B00A72C7F /* MapView.swift */,
|
383 | 390 | 2D350E662BFBE50600F68039 /* MapStationAnnotationView.swift */,
|
| 391 | + 2D94BD8D2C21DE250006CA04 /* StationLocationMapView.swift */, |
384 | 392 | );
|
385 | 393 | path = Map;
|
386 | 394 | sourceTree = "<group>";
|
|
663 | 671 | 2D1B2C3B2BFAD6CC007ED5EB /* LocationModel.swift in Sources */,
|
664 | 672 | 2D350E672BFBE50600F68039 /* MapStationAnnotationView.swift in Sources */,
|
665 | 673 | 2D1B2C422BFAD72C007ED5EB /* jsonUtils.swift in Sources */,
|
| 674 | + 2D94BD8E2C21DE250006CA04 /* StationLocationMapView.swift in Sources */, |
666 | 675 | 2D1B2C3F2BFAD70F007ED5EB /* timeUtils.swift in Sources */,
|
667 | 676 | 2DC639DC2BF3CCBA00A72C7F /* metro_nowApp.swift in Sources */,
|
668 | 677 | 2D4D8F852C0010A5006F9080 /* networkUtils.swift in Sources */,
|
|
0 commit comments