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

Added `no-superuser` flag #207

Closed juanjonol closed 2 years ago

juanjonol commented 2 years ago

The steps that require superuser (root) permissions are optional, so we can add a flag to skip them. This also makes xcodes more interactive (we don't need to stop to ask the user for its credentials).

This closes https://github.com/RobotsAndPencils/xcodes/issues/177.

MattKiazyk commented 2 years ago

Thanks @juanjonol I like it!