bazel-ios / rules_ios

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

Update transition support #847

Closed luispadron closed 5 months ago

luispadron commented 5 months ago

This completely updates the transition_support.bzl file. It now essentially is a copy of the one in here: https://github.com/bazelbuild/rules_apple/blob/f37305163dd7546f87839f3187e153c955cd20d8/apple/internal/transition_support.bzl

This is important as Bazel 7 has changed this a lot.

Changes:

luispadron commented 5 months ago

With this change + some toolchain updates i have in a follow up i got a target in our project to pass the build using Bazel 7