Skip to content

Commit

Permalink
[doc] Correct repository url (#33)
Browse files Browse the repository at this point in the history
* Correct repository url

* Update Sources/Documentation/XCStringsToolPlugin.docc/Integrating XCStrings Tool into a Swift Package Target.md

---------

Co-authored-by: Liam Nichols <[email protected]>
  • Loading branch information
hiragram and liamnichols authored Jan 3, 2024
1 parent 03e51fb commit ef4b152
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ let package = Package(
],
dependencies: [
// 1. Add the xcstrings-tool Package dependency
.package(url: "https://github.com/liamnichols/xcstrings-tool-package.git", from: "0.1.0")
.package(url: "https://github.com/liamnichols/xcstrings-tool-plugin.git", from: "0.1.0")
],
targets: [
.target(
Expand Down

0 comments on commit ef4b152

Please sign in to comment.