github · GitHub Actions Docs
Actions Installing an Apple certificate on macOS runners for Xcode development - GitHub Docs
Configures macOS GitHub-hosted runners to use Apple certificates for signing Xcode applications during the CI/CD process.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Actions Installing an Apple certificate on macOS runners for Xcode development - GitHub Docs
Configures macOS GitHub-hosted runners to use Apple certificates for signing Xcode applications during the CI/CD process.
When To Use
Use when you need to automate the signing of Xcode applications within a GitHub Actions workflow running on macOS runners.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/actions-how-tos-deploy-installing-an-apple-certificate-on-macos-runners-workflow-guide.md | A guide detailing the steps to install Apple certificates and provisioning profiles on macOS runners for Xcode application signing within GitHub Actions workflows. | Questions about a guide detailing the steps to install Apple certificates and provisioning profiles on macOS runners for Xcode applic... |
examples/actions-how-tos-deploy-installing-an-apple-certificate-on-macos-runners-.text | A shell command sequence to decode a base64 encoded P12 certificate file and copy it to the macOS clipboard for use in GitHub Actions workflows. | Exact payloads, commands, or snippets shown in A shell command sequence to decode a base64 encoded P12 certificate file and copy it to the macOS clipboard for use i... |
examples/actions-how-tos-deploy-installing-an-apple-certificate-on-macos-runners--2.text | A shell command to encode a mobile provisioning profile into base64 and copy it to the clipboard for use in GitHub Actions workflows. | Exact payloads, commands, or snippets shown in A shell command to encode a mobile provisioning profile into base64 and copy it to the clipboard for use in GitHub Ac... |
examples/actions-how-tos-deploy-installing-an-apple-certificate-on-macos-runners--3.text | A GitHub Actions workflow YAML configuration that installs an Apple certificate and provisioning profile on a macOS runner for Xcode application signing. | Exact payloads, commands, or snippets shown in A GitHub Actions workflow YAML configuration that installs an Apple certificate and provisioning profile on a macOS r... |
examples/actions-how-tos-deploy-installing-an-apple-certificate-on-macos-runners--4.text | A GitHub Actions workflow step that cleans up the keychain and provisioning profiles on a macOS runner after an Xcode build. | Exact payloads, commands, or snippets shown in A GitHub Actions workflow step that cleans up the keychain and provisioning profiles on a macOS runner after an Xcode... |
What This Skill Covers
-
- GitHub Actions / - How-tos / - Deploy / - Deploy to third-party platforms / - Sign Xcode applications
- Main sections:
In this article,Prerequisites,Creating secrets for your certificate and provisioning profile,Add a step to your workflow,Required clean-up on self-hosted runners.
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://docs.github.com/en/actions/how-tos/deploy/deploy-to-third-party-platforms/sign-xcode-applications
