mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-24 04:29:25 +02:00
Adds option for directory to Xcode xc function. (#5253)
This commit is contained in:
parent
683cfb1cb6
commit
06d359af5d
2 changed files with 12 additions and 3 deletions
|
|
@ -26,7 +26,7 @@ plugins=(... xcode)
|
|||
|
||||
### `xc`
|
||||
|
||||
Opens the current directory in Xcode as an Xcode project. This will open one of the `.xcworkspace` and `.xcodeproj` files that it can find in the current working directory.
|
||||
Opens the current directory in Xcode as an Xcode project. This will open one of the `.xcworkspace` and `.xcodeproj` files that it can find in the current working directory. You can also specify a directory to look in for the Xcode files.
|
||||
Returns 1 if it didn't find any relevant files.
|
||||
|
||||
### `simulator`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue