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

list and installed use different version names #72

Open
joshaber opened this issue Oct 28, 2015 · 3 comments
Open

list and installed use different version names #72

joshaber opened this issue Oct 28, 2015 · 3 comments

Comments

@joshaber
Copy link

👋 💖

$ xcode-install list
7
...

After xcode-install install 7:

$ xcode-install installed
7.0
...

The difference of 7 vs. 7.0 makes this harder to script.

@joshaber
Copy link
Author

(Presumably 7 is how the dev center reports it, but xcode-install should probably standardize that to 7.0.)

@neonichu
Copy link
Collaborator

neonichu commented Nov 1, 2015

Yep, the reason for this is dev center vs. xcodebuild -version — this also causes #29. I'm not sure, though, how to do the standardisation well, next time -version might report 8.0.0? Maybe the best solution is having an additional mapping file distributed with the gem which fixes some well-known versions which differ?

@joshaber
Copy link
Author

joshaber commented Nov 2, 2015

this also causes #29

Oh gross 😷

Maybe the best solution is having an additional mapping file distributed with the gem which fixes some well-known versions which differ?

Probably 😢

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

No branches or pull requests

2 participants