|
82 | 82 | 7350DF212DFCC73A00B47542 /* MarkersExample.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7350DF1E2DFCC73A00B47542 /* MarkersExample.swift */; }; |
83 | 83 | 7352DDB22DD7E9EE000E3000 /* StudioStyleExample.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7352DDB02DD7E9EE000E3000 /* StudioStyleExample.swift */; }; |
84 | 84 | 7365170E39A459EB4DFA198B /* ExamplesUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE18E37A8652B4807D2459F1 /* ExamplesUITests.swift */; platformFilter = ios; }; |
| 85 | + 74C285362E7D4B0100A4A5B8 /* ExamplesRootView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74C285352E7D4B0100A4A5B8 /* ExamplesRootView.swift */; }; |
| 86 | + 74C285502E7D4B1800A4A5B8 /* style.json in Resources */ = {isa = PBXBuildFile; fileRef = 74C285462E7D4B1800A4A5B8 /* style.json */; }; |
| 87 | + 74C285512E7D4B1800A4A5B8 /* VisitManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74C2853F2E7D4B1800A4A5B8 /* VisitManager.swift */; }; |
| 88 | + 74C285522E7D4B1800A4A5B8 /* PinPoweredMapConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74C285382E7D4B1800A4A5B8 /* PinPoweredMapConstants.swift */; }; |
| 89 | + 74C285562E7D4B1800A4A5B8 /* POICategory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74C2853E2E7D4B1800A4A5B8 /* POICategory.swift */; }; |
| 90 | + 74C285582E7D4B1800A4A5B8 /* FeatureDetails.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74C2853B2E7D4B1800A4A5B8 /* FeatureDetails.swift */; }; |
| 91 | + 74C285592E7D4B1800A4A5B8 /* FavoritesManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74C2853A2E7D4B1800A4A5B8 /* FavoritesManager.swift */; }; |
| 92 | + 74C2855A2E7D4B1800A4A5B8 /* FilterView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74C285432E7D4B1800A4A5B8 /* FilterView.swift */; }; |
| 93 | + 74C2855B2E7D4B1800A4A5B8 /* SegmentedToggleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74C285442E7D4B1800A4A5B8 /* SegmentedToggleView.swift */; }; |
| 94 | + 74C2855C2E7D4B1800A4A5B8 /* OpenHours+Formatting.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74C2853D2E7D4B1800A4A5B8 /* OpenHours+Formatting.swift */; }; |
| 95 | + 74C2855D2E7D4B1800A4A5B8 /* DetailsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74C285422E7D4B1800A4A5B8 /* DetailsView.swift */; }; |
| 96 | + 74C2855E2E7D4B1800A4A5B8 /* Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74C285372E7D4B1800A4A5B8 /* Extensions.swift */; }; |
| 97 | + 74C2855F2E7D4B1800A4A5B8 /* NetworkService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74C2853C2E7D4B1800A4A5B8 /* NetworkService.swift */; }; |
| 98 | + 74C285602E7D4B1800A4A5B8 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74C285412E7D4B1800A4A5B8 /* ContentView.swift */; }; |
| 99 | + 74C285622E7D4B1800A4A5B8 /* UseCasesRoot.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74C2854E2E7D4B1800A4A5B8 /* UseCasesRoot.swift */; }; |
85 | 100 | 759D42AA5FE93B6FA9DFADF5 /* LocationOverrideExample.swift in Sources */ = {isa = PBXBuildFile; fileRef = 45B39AE24486FED5ED30392D /* LocationOverrideExample.swift */; }; |
86 | 101 | 7686448F8648BECC75A912B6 /* DashboardCarPlaySceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 913B4773A82AD6357D6AAEA1 /* DashboardCarPlaySceneDelegate.swift */; platformFilter = ios; }; |
87 | 102 | 79843B780E7C5DC68433B745 /* SnapshotMapExample.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC5A8729C9AEA4711B56B5F0 /* SnapshotMapExample.swift */; }; |
|
260 | 275 | 7350DF1E2DFCC73A00B47542 /* MarkersExample.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MarkersExample.swift; sourceTree = "<group>"; }; |
261 | 276 | 7352DDB02DD7E9EE000E3000 /* StudioStyleExample.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StudioStyleExample.swift; sourceTree = "<group>"; }; |
262 | 277 | 7352DDB42DDB93B5000E3000 /* StudioStyleExample.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = StudioStyleExample.swift; path = "Sources/Examples/SwiftUI Examples/Testing Examples/StudioStyleExample.swift"; sourceTree = "<group>"; }; |
| 278 | + 74C285352E7D4B0100A4A5B8 /* ExamplesRootView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExamplesRootView.swift; sourceTree = "<group>"; }; |
| 279 | + 74C285372E7D4B1800A4A5B8 /* Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Extensions.swift; sourceTree = "<group>"; }; |
| 280 | + 74C285382E7D4B1800A4A5B8 /* PinPoweredMapConstants.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PinPoweredMapConstants.swift; sourceTree = "<group>"; }; |
| 281 | + 74C2853A2E7D4B1800A4A5B8 /* FavoritesManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FavoritesManager.swift; sourceTree = "<group>"; }; |
| 282 | + 74C2853B2E7D4B1800A4A5B8 /* FeatureDetails.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FeatureDetails.swift; sourceTree = "<group>"; }; |
| 283 | + 74C2853C2E7D4B1800A4A5B8 /* NetworkService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NetworkService.swift; sourceTree = "<group>"; }; |
| 284 | + 74C2853D2E7D4B1800A4A5B8 /* OpenHours+Formatting.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "OpenHours+Formatting.swift"; sourceTree = "<group>"; }; |
| 285 | + 74C2853E2E7D4B1800A4A5B8 /* POICategory.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = POICategory.swift; sourceTree = "<group>"; }; |
| 286 | + 74C2853F2E7D4B1800A4A5B8 /* VisitManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VisitManager.swift; sourceTree = "<group>"; }; |
| 287 | + 74C285412E7D4B1800A4A5B8 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; |
| 288 | + 74C285422E7D4B1800A4A5B8 /* DetailsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DetailsView.swift; sourceTree = "<group>"; }; |
| 289 | + 74C285432E7D4B1800A4A5B8 /* FilterView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FilterView.swift; sourceTree = "<group>"; }; |
| 290 | + 74C285442E7D4B1800A4A5B8 /* SegmentedToggleView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SegmentedToggleView.swift; sourceTree = "<group>"; }; |
| 291 | + 74C285462E7D4B1800A4A5B8 /* style.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = style.json; sourceTree = "<group>"; }; |
| 292 | + 74C2854E2E7D4B1800A4A5B8 /* UseCasesRoot.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UseCasesRoot.swift; sourceTree = "<group>"; }; |
263 | 293 | 75D03F5A3A0E879717BFE421 /* Constants.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Constants.swift; sourceTree = "<group>"; }; |
264 | 294 | 7613C4E19DCD679A2620223C /* GeofencingPlayground.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GeofencingPlayground.swift; sourceTree = "<group>"; }; |
265 | 295 | 78811E5A3185D2D32495870A /* SimpleMapExample.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SimpleMapExample.swift; sourceTree = "<group>"; }; |
|
402 | 432 | EC1155178B21E2E8075454A8 /* Info.plist */, |
403 | 433 | 55FDF5B3329BFD6E6C346D80 /* LaunchScreen.storyboard */, |
404 | 434 | 96B0E9086FE939F5D723136D /* VisionOSMain.swift */, |
| 435 | + 74C285352E7D4B0100A4A5B8 /* ExamplesRootView.swift */, |
405 | 436 | ACB753539ABAD3312B849CB1 /* All Examples */, |
406 | 437 | 43EC579EBDA110D1E1B3E494 /* Controllers */, |
407 | 438 | 9AC6F30FB33614908581AE8E /* Extensions */, |
408 | 439 | 846FF5BF97AEEAC876994DF3 /* Models */, |
409 | 440 | 55E0EEEC0D91AF2DFDCD9A33 /* SwiftUI Examples */, |
| 441 | + 74C2854F2E7D4B1800A4A5B8 /* UseCases */, |
410 | 442 | ); |
411 | 443 | name = Examples; |
412 | 444 | path = Sources/Examples; |
|
458 | 490 | path = Util; |
459 | 491 | sourceTree = "<group>"; |
460 | 492 | }; |
| 493 | + 74C285392E7D4B1800A4A5B8 /* Misc */ = { |
| 494 | + isa = PBXGroup; |
| 495 | + children = ( |
| 496 | + 74C285372E7D4B1800A4A5B8 /* Extensions.swift */, |
| 497 | + 74C285382E7D4B1800A4A5B8 /* PinPoweredMapConstants.swift */, |
| 498 | + ); |
| 499 | + path = Misc; |
| 500 | + sourceTree = "<group>"; |
| 501 | + }; |
| 502 | + 74C285402E7D4B1800A4A5B8 /* Models */ = { |
| 503 | + isa = PBXGroup; |
| 504 | + children = ( |
| 505 | + 74C2853A2E7D4B1800A4A5B8 /* FavoritesManager.swift */, |
| 506 | + 74C2853B2E7D4B1800A4A5B8 /* FeatureDetails.swift */, |
| 507 | + 74C2853C2E7D4B1800A4A5B8 /* NetworkService.swift */, |
| 508 | + 74C2853D2E7D4B1800A4A5B8 /* OpenHours+Formatting.swift */, |
| 509 | + 74C2853E2E7D4B1800A4A5B8 /* POICategory.swift */, |
| 510 | + 74C2853F2E7D4B1800A4A5B8 /* VisitManager.swift */, |
| 511 | + ); |
| 512 | + path = Models; |
| 513 | + sourceTree = "<group>"; |
| 514 | + }; |
| 515 | + 74C285452E7D4B1800A4A5B8 /* Views */ = { |
| 516 | + isa = PBXGroup; |
| 517 | + children = ( |
| 518 | + 74C285412E7D4B1800A4A5B8 /* ContentView.swift */, |
| 519 | + 74C285422E7D4B1800A4A5B8 /* DetailsView.swift */, |
| 520 | + 74C285432E7D4B1800A4A5B8 /* FilterView.swift */, |
| 521 | + 74C285442E7D4B1800A4A5B8 /* SegmentedToggleView.swift */, |
| 522 | + ); |
| 523 | + path = Views; |
| 524 | + sourceTree = "<group>"; |
| 525 | + }; |
| 526 | + 74C285472E7D4B1800A4A5B8 /* PinPoweredMap */ = { |
| 527 | + isa = PBXGroup; |
| 528 | + children = ( |
| 529 | + 74C285392E7D4B1800A4A5B8 /* Misc */, |
| 530 | + 74C285402E7D4B1800A4A5B8 /* Models */, |
| 531 | + 74C285452E7D4B1800A4A5B8 /* Views */, |
| 532 | + 74C285462E7D4B1800A4A5B8 /* style.json */, |
| 533 | + ); |
| 534 | + path = PinPoweredMap; |
| 535 | + sourceTree = "<group>"; |
| 536 | + }; |
| 537 | + 74C2854F2E7D4B1800A4A5B8 /* UseCases */ = { |
| 538 | + isa = PBXGroup; |
| 539 | + children = ( |
| 540 | + 74C285472E7D4B1800A4A5B8 /* PinPoweredMap */, |
| 541 | + 74C2854E2E7D4B1800A4A5B8 /* UseCasesRoot.swift */, |
| 542 | + ); |
| 543 | + path = UseCases; |
| 544 | + sourceTree = "<group>"; |
| 545 | + }; |
461 | 546 | 7E899D0C531F0E3FE49D97BB /* Packages */ = { |
462 | 547 | isa = PBXGroup; |
463 | 548 | children = ( |
|
773 | 858 | E2CD9B66367265509567A4E3 /* .swiftlint.yml in Resources */, |
774 | 859 | 83DCCC7FEFF6D94D3DF0B587 /* 34M_17.dae in Resources */, |
775 | 860 | C940835B030A20F0C5BC31AD /* Assets.xcassets in Resources */, |
| 861 | + 74C285502E7D4B1800A4A5B8 /* style.json in Resources */, |
776 | 862 | F5E96E5798947CA56FD77CF9 /* Fire_Hydrants.geojson in Resources */, |
777 | 863 | 18F76FE745B049D1F0CAF6CA /* GeoJSONSourceExample.geojson in Resources */, |
778 | 864 | 85AA0D942D4C0E218D87F7D8 /* GradientLine.geojson in Resources */, |
|
872 | 958 | 64F4FA139388DB34564AD42D /* CLLocationCoordinate2D+Random.swift in Sources */, |
873 | 959 | 03EDEA6452582E7E6805C824 /* CalloutView.swift in Sources */, |
874 | 960 | 821807D61D52F0E60925BCD4 /* CameraAnimationExample.swift in Sources */, |
| 961 | + 74C285512E7D4B1800A4A5B8 /* VisitManager.swift in Sources */, |
| 962 | + 74C285522E7D4B1800A4A5B8 /* PinPoweredMapConstants.swift in Sources */, |
| 963 | + 74C285562E7D4B1800A4A5B8 /* POICategory.swift in Sources */, |
| 964 | + 74C285582E7D4B1800A4A5B8 /* FeatureDetails.swift in Sources */, |
| 965 | + 74C285592E7D4B1800A4A5B8 /* FavoritesManager.swift in Sources */, |
| 966 | + 74C2855A2E7D4B1800A4A5B8 /* FilterView.swift in Sources */, |
| 967 | + 74C2855B2E7D4B1800A4A5B8 /* SegmentedToggleView.swift in Sources */, |
| 968 | + 74C2855C2E7D4B1800A4A5B8 /* OpenHours+Formatting.swift in Sources */, |
| 969 | + 74C2855D2E7D4B1800A4A5B8 /* DetailsView.swift in Sources */, |
| 970 | + 74C2855E2E7D4B1800A4A5B8 /* Extensions.swift in Sources */, |
| 971 | + 74C2855F2E7D4B1800A4A5B8 /* NetworkService.swift in Sources */, |
| 972 | + 74C285602E7D4B1800A4A5B8 /* ContentView.swift in Sources */, |
| 973 | + 74C285622E7D4B1800A4A5B8 /* UseCasesRoot.swift in Sources */, |
875 | 974 | 9A403D6AB6D6336E212726C5 /* CameraAnimatorsExample.swift in Sources */, |
876 | 975 | 33B816803AF5330796686AA1 /* CameraForExample.swift in Sources */, |
877 | 976 | F0502A1ACF0AED218F8184AB /* CarPlayMapViewController.swift in Sources */, |
|
962 | 1061 | 2997D21A7DB20098C6D03D3B /* StandardStyleImportExample.swift in Sources */, |
963 | 1062 | 5DBD7C52D21C20D89418CAA6 /* StandardStyleInteractionsExample.swift in Sources */, |
964 | 1063 | 8F0BEA796867B64E48A1B328 /* StandardStyleLocationsExample.swift in Sources */, |
| 1064 | + 74C285362E7D4B0100A4A5B8 /* ExamplesRootView.swift in Sources */, |
965 | 1065 | 7352DDB22DD7E9EE000E3000 /* StudioStyleExample.swift in Sources */, |
966 | 1066 | EB39F159A9F5DFAB935F629D /* SwiftExtensions.swift in Sources */, |
967 | 1067 | 7EDF38D2E9CDE489F320977E /* SwiftUIRoot.swift in Sources */, |
|
0 commit comments