Skip to content

Commit

Permalink
Add visionOS to script to add storekit frameworks
Browse files Browse the repository at this point in the history
  • Loading branch information
tonidero authored Oct 2, 2024
1 parent 74d54b3 commit 34bae66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RevenueCat/Editor/RevenueCatPostInstall.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public static class XcodeSwiftVersionPostProcess
[PostProcessBuild(999)]
public static void OnPostProcessBuild(BuildTarget buildTarget, string path)
{
if (buildTarget == BuildTarget.iOS)
if (buildTarget == BuildTarget.iOS || buildTarget == BuildTarget.VisionOS)
{
Debug.Log("Installing for iOS. Setting ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES and ENABLE_BITCODE to NO and adding StoreKit");
ModifyFrameworks(path);
Expand Down

0 comments on commit 34bae66

Please sign in to comment.