Skip to content

Commit

Permalink
Updated sample app
Browse files Browse the repository at this point in the history
  • Loading branch information
NachoSoto committed Apr 25, 2023
1 parent 67beed5 commit c96ddc6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
2D276F5A29F1C85800F51382 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 2D276F5929F1C85800F51382 /* Assets.xcassets */; };
2D276F5D29F1C85800F51382 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 2D276F5C29F1C85800F51382 /* Preview Assets.xcassets */; };
2DB0898929F30ABD00A4DAE7 /* Constants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2DB0898829F30ABD00A4DAE7 /* Constants.swift */; };
2DB0899329F32C9F00A4DAE7 /* RevenueCat in Frameworks */ = {isa = PBXBuildFile; productRef = 2DB0899229F32C9F00A4DAE7 /* RevenueCat */; };
5714383029F86B4400CC2D44 /* RevenueCat_CustomEntitlementComputation in Frameworks */ = {isa = PBXBuildFile; productRef = 5714382F29F86B4400CC2D44 /* RevenueCat_CustomEntitlementComputation */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
Expand All @@ -30,7 +30,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
2DB0899329F32C9F00A4DAE7 /* RevenueCat in Frameworks */,
5714383029F86B4400CC2D44 /* RevenueCat_CustomEntitlementComputation in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -99,7 +99,7 @@
);
name = testCustomEntitlementsComputation;
packageProductDependencies = (
2DB0899229F32C9F00A4DAE7 /* RevenueCat */,
5714382F29F86B4400CC2D44 /* RevenueCat_CustomEntitlementComputation */,
);
productName = testCustomEntitlementsComputation;
productReference = 2D276F5229F1C85700F51382 /* testCustomEntitlementsComputation.app */;
Expand Down Expand Up @@ -362,9 +362,9 @@
/* End XCConfigurationList section */

/* Begin XCSwiftPackageProductDependency section */
2DB0899229F32C9F00A4DAE7 /* RevenueCat */ = {
5714382F29F86B4400CC2D44 /* RevenueCat_CustomEntitlementComputation */ = {
isa = XCSwiftPackageProductDependency;
productName = RevenueCat;
productName = RevenueCat_CustomEntitlementComputation;
};
/* End XCSwiftPackageProductDependency section */
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//

import SwiftUI
import RevenueCat
import RevenueCat_CustomEntitlementComputation

struct CustomerInfoStreamFires: Identifiable {
let customerInfo: CustomerInfo
Expand Down

0 comments on commit c96ddc6

Please sign in to comment.