From 4b66ffa4c31a456e9736a093ec07a9a9b0e8c6e1 Mon Sep 17 00:00:00 2001 From: Javier Cicchelli Date: Sat, 16 Mar 2024 01:56:52 +0100 Subject: [PATCH] Added the ReviewsKit library to the Feed framework and the App target --- Reviews.xcodeproj/project.pbxproj | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/Reviews.xcodeproj/project.pbxproj b/Reviews.xcodeproj/project.pbxproj index 8cac310..854ad91 100644 --- a/Reviews.xcodeproj/project.pbxproj +++ b/Reviews.xcodeproj/project.pbxproj @@ -14,6 +14,8 @@ 02DC7FAD2BA51B4C000EEEBE /* ReviewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 345AD13024C6EE64004E2EE1 /* ReviewCell.swift */; }; 02DC7FAE2BA51B4C000EEEBE /* FeedViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 345AD12F24C6EE64004E2EE1 /* FeedViewController.swift */; }; 02DC7FAF2BA51B4C000EEEBE /* Review.swift in Sources */ = {isa = PBXBuildFile; fileRef = 345AD13124C6EE64004E2EE1 /* Review.swift */; }; + 02DC7FB32BA52518000EEEBE /* ReviewsKit in Frameworks */ = {isa = PBXBuildFile; productRef = 02DC7FB22BA52518000EEEBE /* ReviewsKit */; }; + 02DC7FB52BA52520000EEEBE /* ReviewsKit in Frameworks */ = {isa = PBXBuildFile; productRef = 02DC7FB42BA52520000EEEBE /* ReviewsKit */; }; 345AD11C24C6EDD9004E2EE1 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 345AD11B24C6EDD9004E2EE1 /* AppDelegate.swift */; }; 345AD12524C6EDDC004E2EE1 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 345AD12424C6EDDC004E2EE1 /* Assets.xcassets */; }; 345AD12824C6EDDC004E2EE1 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 345AD12624C6EDDC004E2EE1 /* LaunchScreen.storyboard */; }; @@ -63,6 +65,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + 02DC7FB32BA52518000EEEBE /* ReviewsKit in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -71,6 +74,7 @@ buildActionMask = 2147483647; files = ( 02DC7FA22BA51793000EEEBE /* ReviewsFeed.framework in Frameworks */, + 02DC7FB52BA52520000EEEBE /* ReviewsKit in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -203,6 +207,9 @@ dependencies = ( ); name = Feed; + packageProductDependencies = ( + 02DC7FB22BA52518000EEEBE /* ReviewsKit */, + ); productName = Feed; productReference = 02DC7F8F2BA51793000EEEBE /* ReviewsFeed.framework */; productType = "com.apple.product-type.framework"; @@ -222,6 +229,9 @@ 02DC7FA12BA51793000EEEBE /* PBXTargetDependency */, ); name = App; + packageProductDependencies = ( + 02DC7FB42BA52520000EEEBE /* ReviewsKit */, + ); productName = AppStoreReviews; productReference = 345AD11824C6EDD9004E2EE1 /* Reviews.app */; productType = "com.apple.product-type.application"; @@ -627,6 +637,17 @@ defaultConfigurationName = Release; }; /* End XCConfigurationList section */ + +/* Begin XCSwiftPackageProductDependency section */ + 02DC7FB22BA52518000EEEBE /* ReviewsKit */ = { + isa = XCSwiftPackageProductDependency; + productName = ReviewsKit; + }; + 02DC7FB42BA52520000EEEBE /* ReviewsKit */ = { + isa = XCSwiftPackageProductDependency; + productName = ReviewsKit; + }; +/* End XCSwiftPackageProductDependency section */ }; rootObject = 345AD11024C6EDD9004E2EE1 /* Project object */; }