Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Read Xcode version from .tool-versions #8

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

klaaspieter
Copy link
Owner

asdf uses .tool-versions to control the expected version of multiple
tools. This prevents having to define separate files for each tool
(.ruby-version, .node-version, etc).

This adds support to read Xcode version from .tool-versions.

Some tests were failing because our sort order wasn't stable. Thus uses
sort -n to sort versions by their numeric order.
@klaaspieter klaaspieter force-pushed the tool-versions branch 2 times, most recently from 89e8ad7 to 694eaba Compare March 26, 2021 20:24
asdf uses `.tool-versions` to control the expected version of multiple
tools. This prevents having to define separate files for each tool
(`.ruby-version`, `.node-version`, etc).

This adds support to read Xcode version from `.tool-versions`.

More information: https://asdf-vm.com/#/core-configuration?id=tool-versions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant