summaryrefslogtreecommitdiff
path: root/plugins/xcode/README.md
diff options
context:
space:
mode:
authorKyle <43724855+Kyle-Ye@users.noreply.github.com>2021-11-26 06:57:08 +0800
committerGitHub <noreply@github.com>2021-11-25 23:57:08 +0100
commit452ddff763ebbaba40a060006e8290d497e2993a (patch)
tree1d333c3ce04beffd6c814991f01325fb880cd388 /plugins/xcode/README.md
parent0314604384529fb535825bf1d93c6fdb3c5ccbbe (diff)
downloadzsh-452ddff763ebbaba40a060006e8290d497e2993a.tar.gz
zsh-452ddff763ebbaba40a060006e8290d497e2993a.tar.bz2
zsh-452ddff763ebbaba40a060006e8290d497e2993a.zip
feat(xcode): support `.swiftpm` as project file in `xc` (#10434)
Diffstat (limited to 'plugins/xcode/README.md')
-rw-r--r--plugins/xcode/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/xcode/README.md b/plugins/xcode/README.md
index 664a063a3..27d6a228b 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 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.
+Opens the current directory in Xcode as an Xcode project or a Swift package. This will open one of the `.xcworkspace`, `.xcodeproj`, `.swiftpm` 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`