bazel-ios / rules_ios

Bazel rules for building iOS applications and frameworks
Apache License 2.0
278 stars 85 forks source link

Fix marking of development dependencies #782

Closed luispadron closed 1 year ago

luispadron commented 1 year ago

The bzlmod PR marked arm64-to-sim, rules_pkg, and tart as development dependencies. There are some repos relying on the versions defined in these so include them in the WORKSAPCE file when using rules_ios_dependencies.

Fix #781