ackeecz/Load Xcode version
Load Xcode version from shared storage and optionally select it
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 23, 2026
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: ackeecz/load-xcode-version@b9059f3d6ccef706c96ea1bc1c940a089a9de1b9 # 1.1.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| xcode_version_location | Location of file where Xcode version is located | yes | .github/xcode-version |
| autoselect_xcode | Call `xcode-select` after loading Xcode version | yes | true |
Outputs
| name | description |
|---|---|
| xcode_version | Version of Xcode loaded from given location |