bazelbuild / rules_apple

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

Fix allow space in bundle_name for ipa_post_processor #2426

Closed luispadron closed 8 months ago

luispadron commented 8 months ago

bundle_root can contain spaces if the bundle_name of the target has spaces, it should be quoted to prevent issues

brentleyjones commented 8 months ago

Are we able to add or adjust tests to cover this?