{"id":50791577,"url":"https://github.com/qasim/mise-xcode","last_synced_at":"2026-06-12T11:31:03.912Z","repository":{"id":363235767,"uuid":"842508035","full_name":"qasim/mise-xcode","owner":"qasim","description":"Xcode plugin for the Mise version manager","archived":false,"fork":false,"pushed_at":"2026-06-08T02:47:58.000Z","size":44,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-06-08T04:13:08.611Z","etag":null,"topics":["mise","mise-en-place","xcode"],"latest_commit_sha":null,"homepage":"","language":"Lua","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/qasim.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-08-14T13:49:24.000Z","updated_at":"2026-06-08T02:48:00.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/qasim/mise-xcode","commit_stats":null,"previous_names":["qasim/mise-xcode"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/qasim/mise-xcode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qasim%2Fmise-xcode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qasim%2Fmise-xcode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qasim%2Fmise-xcode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qasim%2Fmise-xcode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qasim","download_url":"https://codeload.github.com/qasim/mise-xcode/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qasim%2Fmise-xcode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34243051,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-12T02:00:06.859Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["mise","mise-en-place","xcode"],"created_at":"2026-06-12T11:31:03.788Z","updated_at":"2026-06-12T11:31:03.884Z","avatar_url":"https://github.com/qasim.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mise-xcode\n\nXcode plugin for the [Mise](https://github.com/jdx/mise) version manager.\n\n\u003e [!NOTE]\n\u003e This plugin manages your actively selected Xcode version, but does not take the responsibility of downloading or installing Xcode versions themselves.\n\n## Install\n\n### Option 1: Specify the plugin inside your project's [configuration](https://mise.jdx.dev/configuration.html)\n\n```toml\n[plugins]\nxcode = 'https://github.com/qasim/mise-xcode'\n```\n\n### Option 2: Install the plugin globally\n\n```bash\nmise plugins install xcode https://github.com/qasim/mise-xcode\n```\n\n## Use\n\n### Selecting the latest stable version of Xcode\n\n```bash\nmise use xcode@latest\n```\n\nor\n\n```toml\n[tools]\nxcode = 'latest'\n```\n\nThis resolves to the latest stable Xcode version known by the plugin.\n\n### Selecting a specific version of Xcode\n\n```toml\n[tools]\nxcode = '16.0.0'\n```\n\n### Selecting the latest stable version of a major Xcode\n\nUsing version `26` will select the latest stable `26.x.y` release known by the plugin.\n\n```console\nfoo@bar:~$ mise use xcode@26\nmise ~/foo/bar/mise.toml tools: xcode@26.5.0\n```\n\n### Selecting Xcodes within a specific search path\n\nBy default, this plugin looks for Xcode installations with a search path of `/`, i.e. anywhere on your disk.\nYou can specify a custom search path via the `search_path` parameter:\n\n```toml\n[tools]\nxcode = {version='16.0.0', search_path='/Applications'}\n```\n\n## Troubleshooting\n\n### ```No Xcode \u003cversion\u003e installation found within search path.```\n\nThe plugin was not able to find a valid Xcode installation for the provided version.\n\nMake sure you have it installed and it's available inside the search path. By default, this plugin looks for Xcode installations with a search path of `/`, i.e. anywhere on your disk.\n\n### ```No Xcode version exists that corresponds to \u003cversion\u003e.```\n\nAccording to the plugin, this Xcode version doesn't exist at all.\n\nDouble check that the Xcode version you're trying to use is accounted for at [xcodereleases.com](https://xcodereleases.com/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqasim%2Fmise-xcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqasim%2Fmise-xcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqasim%2Fmise-xcode/lists"}