1
0
mirror of synced 2026-01-05 21:04:17 -05:00

Update "Installing an Apple certificate on macOS runners for Xcode development" to include macOS build target note (#37817)

Co-authored-by: Siara <108543037+SiaraMist@users.noreply.github.com>
This commit is contained in:
Luke Roberts
2023-06-13 22:35:14 +01:00
committed by GitHub
parent dec75c6fb2
commit 3ecb229b6a

View File

@@ -116,6 +116,12 @@ jobs:
...
```
{% note %}
**Note:** For iOS build targets, your provisioning profile should have the extension `.mobileprovision`. For macOS build targets, the extension should be `.provisionprofile`. The example workflow above should be updated to reflect your target platform.
{% endnote %}
## Required clean-up on self-hosted runners
{% data variables.product.prodname_dotcom %}-hosted runners are isolated virtual machines that are automatically destroyed at the end of the job execution. This means that the certificates and provisioning profile used on the runner during the job will be destroyed with the runner when the job is completed.