bazel-ios / rules_ios

Bazel rules for building iOS applications and frameworks
Apache License 2.0
276 stars 84 forks source link

Remove split_transition_rule_attrs to simplify transition_support #846

Closed luispadron closed 5 months ago

luispadron commented 5 months ago

I'm trying to reduce custom stuff in transition_support.bzl so we can copy it again from rules_apple directly because its changed a lot for Bazel 7.

This removes the constant to add transition support, ive seen this just copy-pasted into the rules in other repos, it simplifies it and removes the need to use dicts