|
11 | 11 | 09545AF02CB6704900DC5A61 /* LegacyReactor in Frameworks */ = {isa = PBXBuildFile; productRef = 09545AEF2CB6704900DC5A61 /* LegacyReactor */; }; |
12 | 12 | 09545AF22CB6705100DC5A61 /* GoodReactor in Frameworks */ = {isa = PBXBuildFile; productRef = 09545AF12CB6705100DC5A61 /* GoodReactor */; }; |
13 | 13 | 099D61702C83447900B86922 /* GoodCoordinator in Frameworks */ = {isa = PBXBuildFile; productRef = 099D616F2C83447900B86922 /* GoodCoordinator */; }; |
14 | | - 099D61732C8472D300B86922 /* GoodNetworking in Frameworks */ = {isa = PBXBuildFile; productRef = 099D61722C8472D300B86922 /* GoodNetworking */; }; |
15 | | - 099D617F2C84A3CC00B86922 /* RandomNumber.swift in Sources */ = {isa = PBXBuildFile; fileRef = 099D617C2C84A3CC00B86922 /* RandomNumber.swift */; }; |
16 | | - 099D61802C84A3CC00B86922 /* RNGEndpoint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 099D617D2C84A3CC00B86922 /* RNGEndpoint.swift */; }; |
17 | 14 | 3F8C10772D4B7E16000A4CC0 /* GoodCoordinator in Frameworks */ = {isa = PBXBuildFile; productRef = 3F8C10762D4B7E16000A4CC0 /* GoodCoordinator */; }; |
18 | | - 6B9596242D3E690B0037D874 /* GoodNetworking in Frameworks */ = {isa = PBXBuildFile; productRef = 6B9596232D3E690B0037D874 /* GoodNetworking */; }; |
19 | 15 | EA51F944299424A900B14A7C /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA51F943299424A900B14A7C /* AppDelegate.swift */; }; |
20 | 16 | EA51F94F299424AA00B14A7C /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = EA51F94E299424AA00B14A7C /* Assets.xcassets */; }; |
21 | 17 | EA51F952299424AA00B14A7C /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = EA51F950299424AA00B14A7C /* LaunchScreen.storyboard */; }; |
|
38 | 34 |
|
39 | 35 | /* Begin PBXFileReference section */ |
40 | 36 | 092188B02C8CD2A100C6085A /* goodreactor-swiftui-sample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "goodreactor-swiftui-sample.app"; sourceTree = BUILT_PRODUCTS_DIR; }; |
41 | | - 099D617C2C84A3CC00B86922 /* RandomNumber.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RandomNumber.swift; sourceTree = "<group>"; }; |
42 | | - 099D617D2C84A3CC00B86922 /* RNGEndpoint.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RNGEndpoint.swift; sourceTree = "<group>"; }; |
43 | 37 | 5D4A974E299CCA0F00DFAEAE /* GoodReactor */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = GoodReactor; path = ..; sourceTree = "<group>"; }; |
44 | 38 | EA51F940299424A900B14A7C /* GoodReactor-Sample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "GoodReactor-Sample.app"; sourceTree = BUILT_PRODUCTS_DIR; }; |
45 | 39 | EA51F943299424A900B14A7C /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
|
83 | 77 | buildActionMask = 2147483647; |
84 | 78 | files = ( |
85 | 79 | 099D61702C83447900B86922 /* GoodCoordinator in Frameworks */, |
86 | | - 099D61732C8472D300B86922 /* GoodNetworking in Frameworks */, |
87 | 80 | 09545AF02CB6704900DC5A61 /* LegacyReactor in Frameworks */, |
88 | | - 6B9596242D3E690B0037D874 /* GoodNetworking in Frameworks */, |
89 | 81 | ); |
90 | 82 | runOnlyForDeploymentPostprocessing = 0; |
91 | 83 | }; |
92 | 84 | /* End PBXFrameworksBuildPhase section */ |
93 | 85 |
|
94 | 86 | /* Begin PBXGroup section */ |
95 | | - 099D617E2C84A3CC00B86922 /* Models */ = { |
96 | | - isa = PBXGroup; |
97 | | - children = ( |
98 | | - 099D617C2C84A3CC00B86922 /* RandomNumber.swift */, |
99 | | - 099D617D2C84A3CC00B86922 /* RNGEndpoint.swift */, |
100 | | - ); |
101 | | - path = Models; |
102 | | - sourceTree = "<group>"; |
103 | | - }; |
104 | 87 | 5D4A974D299CCA0F00DFAEAE /* Packages */ = { |
105 | 88 | isa = PBXGroup; |
106 | 89 | children = ( |
|
141 | 124 | children = ( |
142 | 125 | EA51F95D299425A600B14A7C /* Application */, |
143 | 126 | EA751BAF29964F24004016E1 /* Helpers */, |
144 | | - 099D617E2C84A3CC00B86922 /* Models */, |
145 | 127 | EA51F97E2994E03700B14A7C /* Extensions */, |
146 | 128 | EA51F95E29942B1300B14A7C /* Coordinators */, |
147 | 129 | EA51F96529942B9400B14A7C /* Screens */, |
|
302 | 284 | name = "GoodReactor-Sample"; |
303 | 285 | packageProductDependencies = ( |
304 | 286 | 099D616F2C83447900B86922 /* GoodCoordinator */, |
305 | | - 099D61722C8472D300B86922 /* GoodNetworking */, |
306 | 287 | 09545AEF2CB6704900DC5A61 /* LegacyReactor */, |
307 | | - 6B9596232D3E690B0037D874 /* GoodNetworking */, |
308 | 288 | ); |
309 | 289 | productName = "GoodReactor-Sample"; |
310 | 290 | productReference = EA51F940299424A900B14A7C /* GoodReactor-Sample.app */; |
|
338 | 318 | ); |
339 | 319 | mainGroup = EA51F937299424A900B14A7C; |
340 | 320 | packageReferences = ( |
341 | | - 6B9596222D3E690B0037D874 /* XCRemoteSwiftPackageReference "GoodNetworking" */, |
342 | 321 | 3F8C10752D4B7E16000A4CC0 /* XCRemoteSwiftPackageReference "GoodCoordinator-iOS" */, |
343 | 322 | ); |
344 | 323 | productRefGroup = EA51F941299424A900B14A7C /* Products */; |
|
398 | 377 | EABE433C2995128400EB51BD /* Constants.swift in Sources */, |
399 | 378 | EA6B6D8A2994F30E0035186A /* AboutViewController.swift in Sources */, |
400 | 379 | EA6B6D892994F30E0035186A /* AboutViewModel.swift in Sources */, |
401 | | - 099D617F2C84A3CC00B86922 /* RandomNumber.swift in Sources */, |
402 | | - 099D61802C84A3CC00B86922 /* RNGEndpoint.swift in Sources */, |
403 | 380 | ); |
404 | 381 | runOnlyForDeploymentPostprocessing = 0; |
405 | 382 | }; |
|
696 | 673 | repositoryURL = "https://github.com/GoodRequest/GoodCoordinator-iOS"; |
697 | 674 | requirement = { |
698 | 675 | kind = upToNextMajorVersion; |
699 | | - minimumVersion = 3.0.3; |
700 | | - }; |
701 | | - }; |
702 | | - 6B9596222D3E690B0037D874 /* XCRemoteSwiftPackageReference "GoodNetworking" */ = { |
703 | | - isa = XCRemoteSwiftPackageReference; |
704 | | - repositoryURL = "https://github.com/GoodRequest/GoodNetworking"; |
705 | | - requirement = { |
706 | | - branch = "resource-updating"; |
707 | | - kind = branch; |
| 676 | + minimumVersion = 3.0.4; |
708 | 677 | }; |
709 | 678 | }; |
710 | 679 | /* End XCRemoteSwiftPackageReference section */ |
|
726 | 695 | isa = XCSwiftPackageProductDependency; |
727 | 696 | productName = GoodCoordinator; |
728 | 697 | }; |
729 | | - 099D61722C8472D300B86922 /* GoodNetworking */ = { |
730 | | - isa = XCSwiftPackageProductDependency; |
731 | | - productName = GoodNetworking; |
732 | | - }; |
733 | 698 | 3F8C10762D4B7E16000A4CC0 /* GoodCoordinator */ = { |
734 | 699 | isa = XCSwiftPackageProductDependency; |
735 | 700 | package = 3F8C10752D4B7E16000A4CC0 /* XCRemoteSwiftPackageReference "GoodCoordinator-iOS" */; |
736 | 701 | productName = GoodCoordinator; |
737 | 702 | }; |
738 | | - 6B9596232D3E690B0037D874 /* GoodNetworking */ = { |
739 | | - isa = XCSwiftPackageProductDependency; |
740 | | - package = 6B9596222D3E690B0037D874 /* XCRemoteSwiftPackageReference "GoodNetworking" */; |
741 | | - productName = GoodNetworking; |
742 | | - }; |
743 | 703 | /* End XCSwiftPackageProductDependency section */ |
744 | 704 | }; |
745 | 705 | rootObject = EA51F938299424A900B14A7C /* Project object */; |
|
0 commit comments