bazelbuild / rules_apple

Bazel rules to build apps for Apple platforms.
Apache License 2.0
509 stars 264 forks source link

Support new path for provisioning profiles #2544

Closed adincebic closed 4 days ago

adincebic commented 4 days ago

In Xcode 16 Apple changed the location for the provisioning profiles and now we support both old and new paths for the sake of compatibility.

This fixes #2543