Skip to content

Feature request: Add support for Bzlmod #704

@luispadron

Description

@luispadron

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_ios and 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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions