Skip to content

Commit

Permalink
Do not embed RevenueCat.framework in RevenueCatUI (#4256)
Browse files Browse the repository at this point in the history
This should fix #4250 by marking RevenueCat.framework as Do not embed in
RevenueCatUI
  • Loading branch information
vegaro authored Sep 10, 2024
1 parent a297eb1 commit 55e7937
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions RevenueCat.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,6 @@
88B1BB042C813A3C001B7EE5 /* StackComponentViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88B1BAE92C813A3C001B7EE5 /* StackComponentViewModel.swift */; };
88B1BB132C81479F001B7EE5 /* PaywallComponentTypeTransformers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88B1BAE72C813A3C001B7EE5 /* PaywallComponentTypeTransformers.swift */; };
88DE93E12C211CBC0086B6D8 /* RevenueCat.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2DC5621624EC63420031F69B /* RevenueCat.framework */; };
88DE93E22C211CBC0086B6D8 /* RevenueCat.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 2DC5621624EC63420031F69B /* RevenueCat.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
88E679472C7503C1007E69D5 /* PaywallStackComponent.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88E679462C7503C1007E69D5 /* PaywallStackComponent.swift */; };
88EA80ED2C8771A7003E6675 /* TemplateComponentsView+extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88EA80EC2C8771A7003E6675 /* TemplateComponentsView+extensions.swift */; };
88EA80EF2C87D68F003E6675 /* PaywallComponentLocalization.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88EA80EE2C87D68F003E6675 /* PaywallComponentLocalization.swift */; };
Expand Down Expand Up @@ -1131,17 +1130,6 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
88DE93E52C211CBC0086B6D8 /* Embed Frameworks */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 10;
files = (
88DE93E22C211CBC0086B6D8 /* RevenueCat.framework in Embed Frameworks */,
);
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
Expand Down Expand Up @@ -4739,7 +4727,6 @@
887A5FB62C1D036200E1A461 /* Sources */,
887A5FB72C1D036200E1A461 /* Frameworks */,
887A5FB82C1D036200E1A461 /* Resources */,
88DE93E52C211CBC0086B6D8 /* Embed Frameworks */,
);
buildRules = (
);
Expand Down

0 comments on commit 55e7937

Please sign in to comment.