xcpretty / xcode-install

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

Add installer script that works on fresh macOS install #417

Closed Cyberbeni closed 6 months ago

Cyberbeni commented 3 years ago

Currently only the readme contains the up-to-date instructions to install it on a fresh macOS without a working compiler. I think I'm not the only one who has a bash script that installs everything after getting a new Mac. For this purpose a script with a fixed url could be useful in case this method changes in the future, like how homebrew has one: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

If you want to rename the default branch, that should be done before this to not break any existing usages.