{"id":13993907,"url":"https://github.com/macstadium/ansible-role-xcode","last_synced_at":"2025-07-22T18:32:25.534Z","repository":{"id":41145665,"uuid":"174348373","full_name":"macstadium/ansible-role-xcode","owner":"macstadium","description":"Ansible Role - Xcode","archived":false,"fork":false,"pushed_at":"2024-05-07T14:24:40.000Z","size":34,"stargazers_count":34,"open_issues_count":5,"forks_count":20,"subscribers_count":19,"default_branch":"master","last_synced_at":"2024-08-10T14:14:45.170Z","etag":null,"topics":["ansible","ansible-role","ci","osx","xcode"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/macstadium.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}},"created_at":"2019-03-07T13:24:25.000Z","updated_at":"2024-07-10T15:03:05.000Z","dependencies_parsed_at":"2024-01-18T05:15:40.322Z","dependency_job_id":null,"html_url":"https://github.com/macstadium/ansible-role-xcode","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macstadium%2Fansible-role-xcode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macstadium%2Fansible-role-xcode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macstadium%2Fansible-role-xcode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macstadium%2Fansible-role-xcode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/macstadium","download_url":"https://codeload.github.com/macstadium/ansible-role-xcode/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227156438,"owners_count":17739304,"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":["ansible","ansible-role","ci","osx","xcode"],"created_at":"2024-08-09T14:02:37.182Z","updated_at":"2024-11-29T15:31:30.113Z","avatar_url":"https://github.com/macstadium.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# Ansible Role: Xcode\n\n![GPL-3.0 licensed][badge-license]\n[![Build Status](https://github.com/macstadium/ansible-role-xcode/workflows/Publish%20role/badge.svg?branch=master)](https://github.com/macstadium/ansible-role-xcode/actions?query=workflow%3A%22Publish+role%22+branch%3Amaster)\n\n\nInstalls [Xcode][xcode] on MacOS according to supplied variables.\n\n## Requirements\n\nThe role is capable of installing Xcode 8 and above.\n\nThe Xcode installation requires a pre-downloaded Xcode xip file on the target machine. You can find all Xcode versions in the [Apple Downloads Page][apple-downloads].\n\nA UI session is also required. This means the user you are using to execute the role must be logged on to the OSX machine.\n\nThe role expects [Spotlight][spotlight] to be enabled. It uses Spotlight search to check whether Xcode is already installed.\n\n## Role Variables\n\nRole variables and their default values are listed below.\nYou can find all default variables in [`defaults/main.yml`](defaults/main.yml)\n\n    xcode_xip_location:\n\nThe Xcode xip location on the target computer.\n\n    xcode_major_version:\n\nThe major Xcode version to be installed. The way extra packages are installed varies between Xcode versions. That is why the major version must be known when running the provisioning scripts.\n\n    xcode_build: /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild\n\nThe path to the `xcodebuild` tool. \n\n    xcode_packages_location: /Applications/Xcode.app/Contents/Resources/Packages\n\nThe directory containing all extra Xcode packages to be installed.\n\n\nThe installation archive extraction timeout in seconds.\n\n    xcode_xip_extraction_timeout\n\n## Dependencies\n\nNone.\n\n## Example Playbook\n\n    - hosts: localhost\n      vars:\n        xcode_xip_location: '/Users/user/Downloads/Xcode_10.1.xip'\n        xcode_major_version: 10\n      roles:\n        - xcode\n\n## License\n\n[GPL-3.0][link-license]\n\n## Author Information\n\nThis role was created in 2019 by [MacStadium, Inc][macstadium].\n\n#### Maintainer(s)\n\n- [Ivan Spasov](https://github.com/ispasov)\n\n[macstadium]: https://www.macstadium.com/\n[badge-license]: https://img.shields.io/badge/License-GPL3-green.svg\n[link-license]: https://raw.githubusercontent.com/macstadium/ansible-role-xcode/master/LICENSE\n[xcode]: https://developer.apple.com/xcode/\n[apple-downloads]: https://developer.apple.com/download/more/\n[spotlight]: https://support.apple.com/en-us/HT204014","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacstadium%2Fansible-role-xcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmacstadium%2Fansible-role-xcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacstadium%2Fansible-role-xcode/lists"}