osx/*: update page (#7665)
This commit is contained in:

committed by
GitHub

parent
b1326296cd
commit
692469016e
@@ -10,16 +10,16 @@
|
||||
|
||||
- Select a given path as the active developer directory:
|
||||
|
||||
`xcode-select -s {{path/to/Xcode.app/Contents/Developer}}`
|
||||
`xcode-select --switch {{path/to/Xcode.app/Contents/Developer}}`
|
||||
|
||||
- Select a given Xcode instance and use its developer directory as the active one:
|
||||
|
||||
`xcode-select -s {{path/to/Xcode.app}}`
|
||||
`xcode-select --switch {{path/to/Xcode.app}}`
|
||||
|
||||
- Print the currently selected developer directory:
|
||||
|
||||
`xcode-select -p`
|
||||
`xcode-select --print-path`
|
||||
|
||||
- Discard any user-specified developer directory so that it will be found via the default search mechanism:
|
||||
|
||||
`sudo xcode-select -r`
|
||||
`sudo xcode-select --reset`
|
||||
|
Reference in New Issue
Block a user