Browse Source

Add xcselv documentation in the README

Marc Cornellà 9 years ago
parent
commit
213f46a296
1 changed files with 10 additions and 6 deletions
  1. 10 6
      plugins/xcode/README.md

+ 10 - 6
plugins/xcode/README.md

@@ -13,12 +13,13 @@ plugins=(... xcode)
 
 
 ## Aliases
 ## Aliases
 
 
-| Alias | Description                           | Command                                        |
-|-------|---------------------------------------|------------------------------------------------|
-| xcsel | Change active developer directory     | sudo xcode-select --switch                     |
-| xcp   | Show currently active dev. directory  | xcode-select --print-path                      |
-| xcb   | Build Xcode projects and workspaces   | xcodebuild                                     |
-| xcdd  | Purge all temporary build information | rm -rf ~/Library/Developer/Xcode/DerivedData/* |
+| Alias | Description                              | Command                                        |
+|-------|------------------------------------------|------------------------------------------------|
+| xcb   | Build Xcode projects and workspaces      | xcodebuild                                     |
+| xcdd  | Purge all temporary build information    | rm -rf ~/Library/Developer/Xcode/DerivedData/* |
+| xcp   | Show currently selected Xcode directory  | xcode-select --print-path                      |
+| xcsel | Select different Xcode directory by path | sudo xcode-select --switch                     |
+
 
 
 
 
 ## Functions
 ## Functions
@@ -29,3 +30,6 @@ plugins=(... xcode)
 
 
 - **`simulator`**:
 - **`simulator`**:
   Open the iOS Simulator from your command line, dependant on whichever is the active developer directory for Xcode.
   Open the iOS Simulator from your command line, dependant on whichever is the active developer directory for Xcode.
+
+- **`xcselv`**:
+  Select different Xcode by version. Example: `xcselv 6.2`