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

Exit immediately if trying to select currently selected xcode #181

Closed tahirmt closed 1 year ago

tahirmt commented 2 years ago

If the currently requested xcode is already selected, there is no need to prompt the user to give sudo permissions and re-select the path. We can just avoid the step and exit early.

Closes https://github.com/RobotsAndPencils/xcodes/issues/102

rogerluan commented 1 year ago

@MattKiazyk just a heads up that this PR could/should be merged before https://github.com/RobotsAndPencils/xcodes/pull/182 🤗 #182 branched off of this one :)