-
Notifications
You must be signed in to change notification settings - Fork 51
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
iOS: Migrate to build with SPM + Bazel #156
Comments
on https://github.com/player-ui/player/tree/bazel-6 bazel build //:PlayerUI_Pod will build a SPM compatible zip zip contents still needs to be published to a separate repo so the JS files will be present in the git location |
any update for swift support? |
@fangmobile No update since the last comment SPM support is 99% complete, just need to publish it, but we need to get android migrated to bazel-6 to get us to the publishing stage, and that work is in progress currently |
Closing because core work is done, issue to document consumption is #495 |
Migrate away from CocoaPods as a package manager, and build through SPM
We will still publish to CocoaPods but we do not need to build and resolve our dependencies through it, as it complicates usage of Bazel
The text was updated successfully, but these errors were encountered: