Adds option for directory to Xcode xc function.

This commit is contained in:
Ash Furrow 2016-07-25 14:07:13 -04:00
commit 4bf0c1d9fb
No known key found for this signature in database
GPG key ID: 01993AC704345FED
2 changed files with 12 additions and 3 deletions

View file

@ -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`