xcpretty / xcode-install

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

Add ability to specific install Xcode CLI tools #347

Open marcomorain opened 4 years ago

marcomorain commented 4 years ago

I want to be able to script the installation of the Xcode 11 CLI tools:

image

The link leads to https://download.developer.apple.com/Developer_Tools/Command_Line_Tools_for_Xcode_11_GM_Seed/Command_Line_Tools_for_Xcode_11_GM_Seed.dmg.

Currently, xcode-install will only install the CLI tools from the App Store.

Relates to #108