We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
When installing Xcode via --url flag the version parameter does not seem to take any effect. For example:
--url
xcversion install 13_beta_4 --url=<url_to_xcode_13_beta_4.xip> xcversion install "13 beta 5" --url=<url_to_xcode_13_beta_5.xip> xcversion install 13.0 --url=<url_to_xcode_13.xip>
xcversion install 13_beta_4 --url=<url_to_xcode_13_beta_4.xip>
xcversion install "13 beta 5" --url=<url_to_xcode_13_beta_5.xip>
xcversion install 13.0 --url=<url_to_xcode_13.xip>
When calling xcversion installed I expect to see:
xcversion installed
13 beta 4 (/Applications/Xcode-13_beta_4.app) 13 beta 5 (/Applications/Xcode-13_beta_5.app) 13.0 (/Applications/Xcode-13.0.app)
But instead I get:
13.0 (/Applications/Xcode-13_beta_4.app) 13.0 (/Applications/Xcode-13_beta_5.app) 13.0 (/Applications/Xcode-13.0.app)
This makes it harder to manage the installations.
Is this a bug or intended behaviour?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
When installing Xcode via
--url
flag the version parameter does not seem to take any effect. For example:xcversion install 13_beta_4 --url=<url_to_xcode_13_beta_4.xip>
xcversion install "13 beta 5" --url=<url_to_xcode_13_beta_5.xip>
xcversion install 13.0 --url=<url_to_xcode_13.xip>
When calling
xcversion installed
I expect to see:But instead I get:
This makes it harder to manage the installations.
Is this a bug or intended behaviour?
The text was updated successfully, but these errors were encountered: