From c67ed666373046f6dac22abf5a633f6aa4c57040 Mon Sep 17 00:00:00 2001 From: "LamTrinh.Dev" Date: Tue, 24 Sep 2024 16:34:21 +0700 Subject: [PATCH] Correct wording for Xcode. --- Documentation/PLUGIN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/PLUGIN.md b/Documentation/PLUGIN.md index 1d21322bc..06df4e9a5 100644 --- a/Documentation/PLUGIN.md +++ b/Documentation/PLUGIN.md @@ -230,5 +230,5 @@ If you are using Xcode, then you should: * Add the Swift source files generated from your protos directly to your project. -* Add this SwiftPM package as dependency of your xcode project: +* Add this SwiftPM package as dependency of your Xcode project: [Apple Docs](https://developer.apple.com/documentation/swift_packages/adding_package_dependencies_to_your_app)