bazel-ios / rules_ios

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

Only update_in_place if arm64 sim slice is not present #769

Closed thiagohmcruz closed 1 year ago

thiagohmcruz commented 1 year ago

The import_middleman code path ultimately leads to the update_in_place script that adjusts deps for Apple Silicon. That feature is not necessary if the xcframework already contains a arm64 + sim slice.