Use DEVELOPER_DIR instead of a custom xcode-select script
`DEVELOPER_DIR` is the standard environment variable for overriding the Xcode version, there is no need to invoke `xcode-select --switch` manually to do this. The variable is documented in both `man xcode-select` and `man xcrun`.
M
Mads Marquart committed
19e4108ed1418a8e320230ffa886f6096164576d
Parent: f60a0f1