xcpretty / xcode-install

🔽 Install and update your Xcodes
https://fastlane.tools
MIT License
2.59k stars 239 forks source link

Add the ability to install CLI tools #350

Open marcomorain opened 5 years ago

marcomorain commented 5 years ago

Fixes #347

This PR is still work-in progress, I'm opening it to see if anyone would like to help would with it.

The goal is to add a sub-command to install specific versions of the CLI tools.

Ideally, xcversion cli-tools --install 11 to install the Xcode 11 tools.

To use this as is, try:

xcversion tools --install=/Developer_Tools/Command_Line_Tools_for_Xcode_11/Command_Line_Tools_for_Xcode_11.dmg
martinm82 commented 4 years ago

Any plans to push this PR forward?