XcodesOrg / xcodes

The best command-line tool to install and switch between multiple versions of Xcode.
MIT License
3.66k stars 122 forks source link

Do not exit(1) if xcode is already installed #180

Closed tahirmt closed 2 years ago

tahirmt commented 2 years ago

When running xcodes install x.x.x if the Xcode version is already installed, do not exit(1). Instead, exit with a success.

Addresses https://github.com/RobotsAndPencils/xcodes/issues/142

Example:

Screen Shot 2022-01-30 at 11 01 41 PM
MattKiazyk commented 2 years ago

Thanks @tahirmt this looks really good. Thanks for adding it in

julianxhokaxhiu commented 2 years ago

Thank you!