Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
213f46a2
Commit
213f46a2
authored
9 years ago
by
Marc Cornellà
Browse files
Options
Download
Email Patches
Plain Diff
Add xcselv documentation in the README
parent
5584aa05
master
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
plugins/xcode/README.md
+10
-6
plugins/xcode/README.md
with
10 additions
and
6 deletions
+10
-6
plugins/xcode/README.md
View file @
213f46a2
...
@@ -13,12 +13,13 @@ plugins=(... xcode)
...
@@ -13,12 +13,13 @@ plugins=(... xcode)
## Aliases
## Aliases
| Alias | Description | Command |
| Alias | Description | Command |
|-------|---------------------------------------|------------------------------------------------|
|-------|------------------------------------------|------------------------------------------------|
| xcsel | Change active developer directory | sudo xcode-select --switch |
| xcb | Build Xcode projects and workspaces | xcodebuild |
| xcp | Show currently active dev. directory | xcode-select --print-path |
| xcdd | Purge all temporary build information | rm -rf ~/Library/Developer/Xcode/DerivedData/
*
|
| xcb | Build Xcode projects and workspaces | xcodebuild |
| xcp | Show currently selected Xcode directory | xcode-select --print-path |
| xcdd | Purge all temporary build information | rm -rf ~/Library/Developer/Xcode/DerivedData/
*
|
| xcsel | Select different Xcode directory by path | sudo xcode-select --switch |
## Functions
## Functions
...
@@ -29,3 +30,6 @@ plugins=(... xcode)
...
@@ -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`
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help