Sometimes you want to have multiple versions of Xcode installed on your machine. Sure, you think it'll never happen to you, but then it does. Using xcode-select
in Terminal isn't difficult, but it does get tedious having to go in all the time to check.
XcodeSelector is simply a Service that is globally availble that checks for any version of Xcode in your Applications directory, and asks which one you want to work with. It does ask for your system password, but only because xcode-select
requires root execution. This workflow does nothing with your password, otherwise.
Download the repository, and double-click the Xcode Selector.workflow file. You'll be prompted to install the Service.
1. From any application, open the Services menu, and select XcodeSelector.
2. Pick the version of Xcode you'd like to work with.