|
62 | 62 | FDB65E732CDC030300E4A52E /* wizard_house.scn in Resources */ = {isa = PBXBuildFile; fileRef = FDB65E722CDC030300E4A52E /* wizard_house.scn */; }; |
63 | 63 | FDB65E762CDC033C00E4A52E /* HouseViewRepresentable.swift in Sources */ = {isa = PBXBuildFile; fileRef = FDB65E752CDC033C00E4A52E /* HouseViewRepresentable.swift */; }; |
64 | 64 | FDB65E782CDC28D400E4A52E /* IsVisibleModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = FDB65E772CDC28D400E4A52E /* IsVisibleModifier.swift */; }; |
65 | | -FDB65E7B2CDC4F2600E4A52E /* NetworkingService in Frameworks */ = {isa = PBXBuildFile; productRef = FDB65E7A2CDC4F2600E4A52E /* NetworkingService */; }; |
66 | 65 | FDB65E7E2CDC4F4E00E4A52E /* DependencyInjector in Frameworks */ = {isa = PBXBuildFile; productRef = FDB65E7D2CDC4F4E00E4A52E /* DependencyInjector */; }; |
67 | 66 | FDE0B9662CD8082200017A6B /* SheetView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FDE0B9652CD8082200017A6B /* SheetView.swift */; }; |
68 | 67 | FDF41DEB2CE37AC8000C4FB4 /* OSLog+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = FDF41DEA2CE37AC8000C4FB4 /* OSLog+Extensions.swift */; }; |
|
121 | 120 | FD8574872CD9D040003D9D29 /* SubTemperatureView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SubTemperatureView.swift; sourceTree = "<group>"; }; |
122 | 121 | FD949A3F2CDC8C3B00F8CF48 /* WeatherService+Dependencies.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "WeatherService+Dependencies.swift"; sourceTree = "<group>"; }; |
123 | 122 | FD949A412CDC8DD800F8CF48 /* Application.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Application.swift; sourceTree = "<group>"; }; |
124 | | -FD949A4D2CDC916900F8CF48 /* SkyWizard-SwiftUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "SkyWizard-SwiftUITests.xctest"; path = "/Users/hishd/Desktop/Development/SwiftUI/SkyWizard-SwiftUI/build/Debug-iphoneos/SkyWizard-SwiftUI.app/PlugIns/SkyWizard-SwiftUITests.xctest"; sourceTree = "<absolute>"; }; |
125 | 123 | FD949A5B2CDC935E00F8CF48 /* WeatherServiceTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WeatherServiceTests.swift; sourceTree = "<group>"; }; |
126 | 124 | FD949A682CDCA44300F8CF48 /* GeocodingService+Dependencies.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "GeocodingService+Dependencies.swift"; sourceTree = "<group>"; }; |
127 | 125 | FD949A6A2CDCA54500F8CF48 /* GeocodingServiceTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GeocodingServiceTests.swift; sourceTree = "<group>"; }; |
|
137 | 135 | FDB65E722CDC030300E4A52E /* wizard_house.scn */ = {isa = PBXFileReference; lastKnownFileType = file.bplist; path = wizard_house.scn; sourceTree = "<group>"; }; |
138 | 136 | FDB65E752CDC033C00E4A52E /* HouseViewRepresentable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HouseViewRepresentable.swift; sourceTree = "<group>"; }; |
139 | 137 | FDB65E772CDC28D400E4A52E /* IsVisibleModifier.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IsVisibleModifier.swift; sourceTree = "<group>"; }; |
| 138 | +FDD1E81D2D21F0BF00B9A1EF /* SkyWizard-SwiftUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "SkyWizard-SwiftUITests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; |
140 | 139 | FDE0B9652CD8082200017A6B /* SheetView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SheetView.swift; sourceTree = "<group>"; }; |
141 | 140 | FDF41DEA2CE37AC8000C4FB4 /* OSLog+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "OSLog+Extensions.swift"; sourceTree = "<group>"; }; |
142 | 141 | FDF41DEC2CE386E5000C4FB4 /* WeatherDataStore+Dependencies.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "WeatherDataStore+Dependencies.swift"; sourceTree = "<group>"; }; |
|
149 | 148 | isa = PBXFrameworksBuildPhase; |
150 | 149 | buildActionMask = 2147483647; |
151 | 150 | files = ( |
152 | | -FDB65E7B2CDC4F2600E4A52E /* NetworkingService in Frameworks */, |
153 | 151 | FD8574672CD9C572003D9D29 /* Lottie in Frameworks */, |
154 | 152 | FD4B92882CF0A84300EA05E7 /* SkyWizardModel in Frameworks */, |
155 | 153 | FD4B92862CF0A84300EA05E7 /* SkyWizardEnum in Frameworks */, |
|
226 | 224 | FD949A572CDC917200F8CF48 /* SkyWizard-SwiftUITests */, |
227 | 225 | FD4B92832CF0A82C00EA05E7 /* SkyWizardAPI */, |
228 | 226 | FD4B92982CF0E07000EA05E7 /* SkyWizard-SwiftUI.app */, |
| 227 | +FDD1E81D2D21F0BF00B9A1EF /* SkyWizard-SwiftUITests.xctest */, |
229 | 228 | ); |
230 | 229 | sourceTree = "<group>"; |
231 | 230 | }; |
|
467 | 466 | name = "SkyWizard-SwiftUI"; |
468 | 467 | packageProductDependencies = ( |
469 | 468 | FD8574662CD9C572003D9D29 /* Lottie */, |
470 | | -FDB65E7A2CDC4F2600E4A52E /* NetworkingService */, |
471 | 469 | FDB65E7D2CDC4F4E00E4A52E /* DependencyInjector */, |
472 | 470 | FD4B92852CF0A84300EA05E7 /* SkyWizardEnum */, |
473 | 471 | FD4B92872CF0A84300EA05E7 /* SkyWizardModel */, |
|
494 | 492 | packageProductDependencies = ( |
495 | 493 | ); |
496 | 494 | productName = "SkyWizard-SwiftUITests"; |
497 | | -productReference = FD949A4D2CDC916900F8CF48 /* SkyWizard-SwiftUITests.xctest */; |
| 495 | +productReference = FDD1E81D2D21F0BF00B9A1EF /* SkyWizard-SwiftUITests.xctest */; |
498 | 496 | productType = "com.apple.product-type.bundle.unit-test"; |
499 | 497 | }; |
500 | 498 | /* End PBXNativeTarget section */ |
|
527 | 525 | minimizedProjectReferenceProxies = 1; |
528 | 526 | packageReferences = ( |
529 | 527 | FD8574652CD9C572003D9D29 /* XCRemoteSwiftPackageReference "lottie-spm" */, |
530 | | -FDB65E792CDC4F2600E4A52E /* XCRemoteSwiftPackageReference "NetworkingService" */, |
531 | 528 | FDB65E7C2CDC4F4E00E4A52E /* XCRemoteSwiftPackageReference "DependencyInjector" */, |
532 | 529 | ); |
533 | 530 | preferredProjectObjectVersion = 77; |
|
908 | 905 | minimumVersion = 4.5.0; |
909 | 906 | }; |
910 | 907 | }; |
911 | | -FDB65E792CDC4F2600E4A52E /* XCRemoteSwiftPackageReference "NetworkingService" */ = { |
912 | | -isa = XCRemoteSwiftPackageReference; |
913 | | -repositoryURL = "https://github.com/hishd/NetworkingService"; |
914 | | -requirement = { |
915 | | -kind = upToNextMajorVersion; |
916 | | -minimumVersion = 1.0.4; |
917 | | -}; |
918 | | -}; |
919 | 908 | FDB65E7C2CDC4F4E00E4A52E /* XCRemoteSwiftPackageReference "DependencyInjector" */ = { |
920 | 909 | isa = XCRemoteSwiftPackageReference; |
921 | 910 | repositoryURL = "https://github.com/hishd/DependencyInjector"; |
|
944 | 933 | package = FD8574652CD9C572003D9D29 /* XCRemoteSwiftPackageReference "lottie-spm" */; |
945 | 934 | productName = Lottie; |
946 | 935 | }; |
947 | | -FDB65E7A2CDC4F2600E4A52E /* NetworkingService */ = { |
948 | | -isa = XCSwiftPackageProductDependency; |
949 | | -package = FDB65E792CDC4F2600E4A52E /* XCRemoteSwiftPackageReference "NetworkingService" */; |
950 | | -productName = NetworkingService; |
951 | | -}; |
952 | 936 | FDB65E7D2CDC4F4E00E4A52E /* DependencyInjector */ = { |
953 | 937 | isa = XCSwiftPackageProductDependency; |
954 | 938 | package = FDB65E7C2CDC4F4E00E4A52E /* XCRemoteSwiftPackageReference "DependencyInjector" */; |
|
0 commit comments