diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2021-11-06 15:47:31 -0600 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2021-11-06 15:47:31 -0600 |
commit | 2a977876c6e85847652f097cc128e4ed5bec147a (patch) | |
tree | 4dba20c6aea6ea18723fa9e47b181580767aee37 /plugins/xcode/README.md | |
parent | fad92c603be0ff36825cc53bf8c485d4b95c7869 (diff) | |
parent | b2f35a7b98455b2bb8c7c3b11db6aa587e1d28bf (diff) | |
download | zsh-2a977876c6e85847652f097cc128e4ed5bec147a.tar.gz zsh-2a977876c6e85847652f097cc128e4ed5bec147a.tar.bz2 zsh-2a977876c6e85847652f097cc128e4ed5bec147a.zip |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'plugins/xcode/README.md')
-rw-r--r-- | plugins/xcode/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/xcode/README.md b/plugins/xcode/README.md index 37f882638..664a063a3 100644 --- a/plugins/xcode/README.md +++ b/plugins/xcode/README.md @@ -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. You can also specify a directory to look in for the Xcode files. +Opens the current directory in Xcode as an Xcode project or a Swift package. This will open one of the `.xcworkspace`, `.xcodeproj` and `Package.swift` 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. ### `xx` |