{"id":13530845,"url":"https://github.com/maxim-lobanov/setup-xcode","last_synced_at":"2025-05-15T15:08:22.207Z","repository":{"id":42857284,"uuid":"259068051","full_name":"maxim-lobanov/setup-xcode","owner":"maxim-lobanov","description":" Set up your GitHub Actions workflow with a specific version of Xcode","archived":false,"fork":false,"pushed_at":"2024-06-25T16:11:20.000Z","size":428,"stargazers_count":319,"open_issues_count":13,"forks_count":34,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-15T15:08:07.426Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maxim-lobanov.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-26T15:40:53.000Z","updated_at":"2025-05-14T22:15:54.000Z","dependencies_parsed_at":"2024-06-18T11:22:29.664Z","dependency_job_id":"a3fc4a24-d087-4cdd-aaf7-0724eea0deea","html_url":"https://github.com/maxim-lobanov/setup-xcode","commit_stats":{"total_commits":37,"total_committers":9,"mean_commits":4.111111111111111,"dds":0.4864864864864865,"last_synced_commit":"7f352e61cbe8130c957c3bc898c4fb025784ea1e"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxim-lobanov%2Fsetup-xcode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxim-lobanov%2Fsetup-xcode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxim-lobanov%2Fsetup-xcode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxim-lobanov%2Fsetup-xcode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxim-lobanov","download_url":"https://codeload.github.com/maxim-lobanov/setup-xcode/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254364270,"owners_count":22058878,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T07:00:56.357Z","updated_at":"2025-05-15T15:08:17.196Z","avatar_url":"https://github.com/maxim-lobanov.png","language":"TypeScript","funding_links":[],"categories":["Community Resources","TypeScript","📖 Category Details"],"sub_categories":["Utility","**3. Mobile App Development**"],"readme":"# setup-xcode\nThis action is intended to switch between pre-installed versions of Xcode for macOS images in GitHub Actions.\n\nThe list of all available versions can be found in [runner-images](https://github.com/actions/runner-images/blob/master/images/macos/macos-13-Readme.md#xcode) repository.\n\n# Available parameters\n| Argument                | Description              | Format    |\n|-------------------------|--------------------------|--------------------|\n| `xcode-version`           | Specify the Xcode version to use | - `latest` or\u003cbr\u003e - `latest-stable` or\u003cbr\u003e - [SemVer](https://semver.org/) string or\u003cbr\u003e - `\u003csemver\u003e-beta` |\n\n**Notes:**\n- `latest-stable` points to the latest stable version of Xcode\n- `latest` *includes* beta releases that GitHub actions has installed\n- SemVer examples: `14`, `14.1`, `14.3.1`, `^14.3.0` (find more examples in [SemVer cheatsheet](https://devhints.io/semver))\n- `-beta` suffix after SemVer will only select among beta releases that GitHub actions has installed\n- If sets a specific version, wraps it to single quotes in YAML like `'12.0'` to pass it as string because GitHub trimmes trailing `.0` from numbers\n\n# Usage\n\nSet the latest stable Xcode version:\n```\njobs:\n  build:\n    runs-on: macos-latest\n    steps:\n    - uses: maxim-lobanov/setup-xcode@v1\n      with:\n        xcode-version: latest-stable\n```\n\nSet the latest Xcode version including beta releases:\n```\njobs:\n  build:\n    runs-on: macos-latest\n    steps:\n    - uses: maxim-lobanov/setup-xcode@v1\n      with:\n        xcode-version: latest\n```\n\nSet the specific stable version of Xcode:\n```\njobs:\n  build:\n    runs-on: macos-13\n    steps:\n    - uses: maxim-lobanov/setup-xcode@v1\n      with:\n        xcode-version: '14.3.1'\n```\n\nSet the specific beta version of Xcode:\n```\njobs:\n  build:\n    runs-on: macos-13\n    steps:\n    - uses: maxim-lobanov/setup-xcode@v1\n      with:\n        xcode-version: '15.0-beta'\n```\n# License\nThe scripts and documentation in this project are released under the [MIT License](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxim-lobanov%2Fsetup-xcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxim-lobanov%2Fsetup-xcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxim-lobanov%2Fsetup-xcode/lists"}