rules_apple icon indicating copy to clipboard operation
rules_apple copied to clipboard

Add documentation for `provisioning_profile` attr of `ios_unit_test`

Open kkpattern opened this issue 3 years ago • 2 comments

For an ios_unit_test to run on a real device, the provisioning_profile needs to be set. However, the documentation of ios_unit_test doesn't mention this. Some users may not know about this. https://github.com/bazelbuild/tulsi/issues/266 .

If it's ok, I'd like to create a PR. But I don't know if any other attrs need to be mentioned. For our project, the provisioning_profile is the only one required.

kkpattern avatar Aug 11 '22 06:08 kkpattern

Documenting this would be great, I don't think others are required

keith avatar Aug 11 '22 06:08 keith

Cool. Does ios_ui_test also require provisioning_profile to run on a real device? I assume that's the case, but we don't have UI tests, so I can't verify it. If needed I can also add documentation for ios_ui_test.

kkpattern avatar Aug 11 '22 07:08 kkpattern

Yep I think they are needed for anything on device

keith avatar Aug 11 '22 18:08 keith