Skip to content

Corsair-disk/actions-setup-xcode

 
 

Repository files navigation

actions-setup-xcode

GitHub Actions status

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@v1.1
  with:
    xcode-version: '11.2.1' # Exact version of a Xcode version to use
    apple-id: 'bot@sinoru.io' # 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

About

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

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 63.3%
  • TypeScript 36.7%