Skip to content

Conversation

@DylanBettermannDD
Copy link
Contributor

@DylanBettermannDD DylanBettermannDD commented Jul 20, 2023

Resolves #236

If the specified version of Xcode was already installed, the --select flag was only respected in the variant that passed a version number.
xcodes install 14.3.1 --select

This PR fixes the --select flag for the other install cases.
xcodes install --select
xcodes install --latest --select
xcodes install --latest-prerelease --select

@DylanBettermannDD
Copy link
Contributor Author

Hey @MattKiazyk - don't mean to bother. Anything I can do on this PR to make review process easier for you?

@MattKiazyk
Copy link
Contributor

Thanks @DylanBettermannDD for the work!

@MattKiazyk MattKiazyk merged commit c75dda3 into XcodesOrg:main Feb 16, 2024
@DylanBettermannDD DylanBettermannDD deleted the db/select-after-install branch February 28, 2024 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

When running xcodes install --select, if Xcode is already installed, it is not selected

2 participants