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

Enable Module Stability #20

Open
Blackjacx opened this issue Mar 31, 2020 · 0 comments
Open

Enable Module Stability #20

Blackjacx opened this issue Mar 31, 2020 · 0 comments

Comments

@Blackjacx
Copy link
Owner

Enable Mudule Stability by setting BUILD_LIBRARY_FOR_DISTRIBUTION to YES and SKIP_INSTALL to NO for release builds. See https://www.donnywals.com/what-is-module-stability-in-swift-and-why-should-you-care/

Then you can use a version of the framework compiled using Swift 5.1+ in every app compiled with Swift 5.1+ without recompiling the framework with that specific Swift version.

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

No branches or pull requests

1 participant