bazelbuild / rules_apple

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

Update key to better match what xcode outputs #2454

Closed mccorkill1 closed 6 months ago

mccorkill1 commented 6 months ago

The key used in the ios_xctestrun_runner.template.xctestrun file is hard coded to BazelTests. By updating it to BAZEL_TEST_PRODUCT_MODULE_NAME the output will better match what xcode outputs. This also updates the format of any generated xcresult bundle files.