Skip to content

Set up your GitHub Actions workflow with a specific version of Xcode

License

Notifications You must be signed in to change notification settings

sinoru/actions-setup-xcode

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8c0fa23 · May 28, 2022
May 28, 2022
May 28, 2022
Mar 2, 2021
Mar 2, 2021
Jun 26, 2019
Mar 2, 2021
Mar 2, 2021
Mar 2, 2021
Mar 2, 2021
May 28, 2022
Mar 2, 2021
May 28, 2022
Mar 3, 2021
May 28, 2022
May 28, 2022

Repository files navigation

actions-setup-xcode

Unit Tests Tests

This action sets up a Xcode environment for use in actions by:

  • optionally downloading a version of Xcode from Apple Developer. The action will fail if no matching versions are found in local and Apple ID is not available.
  • registering problem matchers for error output

Usage

See action.yml

Basic:

steps:
- uses: actions/checkout@master
- uses: sinoru/actions-setup-xcode@v2
  with:
    xcode-version: '13.4' # Exact version of a Xcode version to use
    apple-id: '[email protected]' # Apple ID to download from Apple Developer when Xcode not available in local
    apple-id-password: ${{ secrets.APPLE_ID_PASSWORD }}
- run: fastlane scan

License

The scripts and documentation in this project are released under the MIT License

Contributions

Contributions are welcome! See Contributor's Guide