|
14 | 14 | 099D61732C8472D300B86922 /* GoodNetworking in Frameworks */ = {isa = PBXBuildFile; productRef = 099D61722C8472D300B86922 /* GoodNetworking */; }; |
15 | 15 | 099D617F2C84A3CC00B86922 /* RandomNumber.swift in Sources */ = {isa = PBXBuildFile; fileRef = 099D617C2C84A3CC00B86922 /* RandomNumber.swift */; }; |
16 | 16 | 099D61802C84A3CC00B86922 /* RNGEndpoint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 099D617D2C84A3CC00B86922 /* RNGEndpoint.swift */; }; |
| 17 | + 3F8C10772D4B7E16000A4CC0 /* GoodCoordinator in Frameworks */ = {isa = PBXBuildFile; productRef = 3F8C10762D4B7E16000A4CC0 /* GoodCoordinator */; }; |
17 | 18 | 6B9596242D3E690B0037D874 /* GoodNetworking in Frameworks */ = {isa = PBXBuildFile; productRef = 6B9596232D3E690B0037D874 /* GoodNetworking */; }; |
18 | 19 | EA51F944299424A900B14A7C /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA51F943299424A900B14A7C /* AppDelegate.swift */; }; |
19 | 20 | EA51F94F299424AA00B14A7C /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = EA51F94E299424AA00B14A7C /* Assets.xcassets */; }; |
|
71 | 72 | isa = PBXFrameworksBuildPhase; |
72 | 73 | buildActionMask = 2147483647; |
73 | 74 | files = ( |
| 75 | + 3F8C10772D4B7E16000A4CC0 /* GoodCoordinator in Frameworks */, |
74 | 76 | 09545AF22CB6705100DC5A61 /* GoodReactor in Frameworks */, |
75 | 77 | 0908A6462C91C0B10035A749 /* GoodCoordinator in Frameworks */, |
76 | 78 | ); |
|
279 | 281 | packageProductDependencies = ( |
280 | 282 | 0908A6452C91C0B10035A749 /* GoodCoordinator */, |
281 | 283 | 09545AF12CB6705100DC5A61 /* GoodReactor */, |
| 284 | + 3F8C10762D4B7E16000A4CC0 /* GoodCoordinator */, |
282 | 285 | ); |
283 | 286 | productName = "goodreactor-swiftui-sample"; |
284 | 287 | productReference = 092188B02C8CD2A100C6085A /* goodreactor-swiftui-sample.app */; |
|
335 | 338 | ); |
336 | 339 | mainGroup = EA51F937299424A900B14A7C; |
337 | 340 | packageReferences = ( |
338 | | - 0908A6442C91C0B10035A749 /* XCLocalSwiftPackageReference "../../GoodCoordinator-iOS" */, |
339 | 341 | 6B9596222D3E690B0037D874 /* XCRemoteSwiftPackageReference "GoodNetworking" */, |
| 342 | + 3F8C10752D4B7E16000A4CC0 /* XCRemoteSwiftPackageReference "GoodCoordinator-iOS" */, |
340 | 343 | ); |
341 | 344 | productRefGroup = EA51F941299424A900B14A7C /* Products */; |
342 | 345 | projectDirPath = ""; |
|
687 | 690 | }; |
688 | 691 | /* End XCConfigurationList section */ |
689 | 692 |
|
690 | | -/* Begin XCLocalSwiftPackageReference section */ |
691 | | - 0908A6442C91C0B10035A749 /* XCLocalSwiftPackageReference "../../GoodCoordinator-iOS" */ = { |
692 | | - isa = XCLocalSwiftPackageReference; |
693 | | - relativePath = "../../GoodCoordinator-iOS"; |
694 | | - }; |
695 | | -/* End XCLocalSwiftPackageReference section */ |
696 | | - |
697 | 693 | /* Begin XCRemoteSwiftPackageReference section */ |
| 694 | + 3F8C10752D4B7E16000A4CC0 /* XCRemoteSwiftPackageReference "GoodCoordinator-iOS" */ = { |
| 695 | + isa = XCRemoteSwiftPackageReference; |
| 696 | + repositoryURL = "https://github.com/GoodRequest/GoodCoordinator-iOS"; |
| 697 | + requirement = { |
| 698 | + kind = upToNextMajorVersion; |
| 699 | + minimumVersion = 3.0.3; |
| 700 | + }; |
| 701 | + }; |
698 | 702 | 6B9596222D3E690B0037D874 /* XCRemoteSwiftPackageReference "GoodNetworking" */ = { |
699 | 703 | isa = XCRemoteSwiftPackageReference; |
700 | 704 | repositoryURL = "https://github.com/GoodRequest/GoodNetworking"; |
|
726 | 730 | isa = XCSwiftPackageProductDependency; |
727 | 731 | productName = GoodNetworking; |
728 | 732 | }; |
| 733 | + 3F8C10762D4B7E16000A4CC0 /* GoodCoordinator */ = { |
| 734 | + isa = XCSwiftPackageProductDependency; |
| 735 | + package = 3F8C10752D4B7E16000A4CC0 /* XCRemoteSwiftPackageReference "GoodCoordinator-iOS" */; |
| 736 | + productName = GoodCoordinator; |
| 737 | + }; |
729 | 738 | 6B9596232D3E690B0037D874 /* GoodNetworking */ = { |
730 | 739 | isa = XCSwiftPackageProductDependency; |
731 | 740 | package = 6B9596222D3E690B0037D874 /* XCRemoteSwiftPackageReference "GoodNetworking" */; |
|
0 commit comments