-
Notifications
You must be signed in to change notification settings - Fork 94
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Request
What?
We'd like for rules_ios to support bzlmod. In Bazel 6.0.0 bzlmod became non-experimental and much of the community (i.e. rules_apple, rules_swift, etc) have already enabled support for it.
Why?
- User experience for people consuming rules_ios is much better, an entire workspace declaration could be replaced with something as simple as
bazel_dep(name = "rules_ios", version = "x.x.x"). - By not supporting Bzlmod we make it harder for users of
rules_iosand the community in general to migrate their projects.
Tasks
I've started a draft PR over in #703, I have very little experience with bzlmod but using this as a way to learn and help integrate it for rules_ios.
If you have ideas and thoughts, comment here and we can work together to design and implement this.
mattrobmattrob, jerrymarino and karim-alweheshyjerrymarinoob and jerrymarino
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request