Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix/StoreKitConfiguration BuildPhase #1026

Merged

Conversation

jcolicchio
Copy link
Contributor

This PR changes the default build phase for .storekit files from .none to .resources, since this is required for tests which want to load an arbitrary storekit configuration at runtime.

For use in schemes only, we can add the .storekit file via fileGroups: so that it won't be associated with any target, and won't be included in any bundle resources

Fixes #1025

@jcolicchio
Copy link
Contributor Author

@liamnichols Thanks for bringing this issue up, I'd appreciate your review on this PR -- If you could also install this version locally, remove your manual buildPhase override and validate that it fixes your issue, that'd be great!

Copy link
Contributor

@liamnichols liamnichols left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @jcolicchio 💯 I checked out your branch and removed my workaround and I can confirm that this works just like it did in 2.18.0 🙇

@jcolicchio
Copy link
Contributor Author

Thanks @jcolicchio 💯 I checked out your branch and removed my workaround and I can confirm that this works just like it did in 2.18.0 🙇

Awesome! @yonaskolb would you or someone else like to be the second reviewer? I think I saw @ainame liked the issue?

@yonaskolb yonaskolb merged commit 05ea968 into yonaskolb:master Feb 23, 2021
@jcolicchio jcolicchio deleted the bugfix/StoreKitConfiguration_BuildPhase branch February 23, 2021 21:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Regression] .storekit files are not considered bundled resources by default in 2.19.0
3 participants