From ec79f2778b802e204d367dd6d2aec6816c4e6d51 Mon Sep 17 00:00:00 2001 From: Zach FettersMoore <4425109+BobaFetters@users.noreply.github.com> Date: Fri, 10 Nov 2023 08:56:28 -0500 Subject: [PATCH] Update permission reason description --- apollo-ios/Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apollo-ios/Package.swift b/apollo-ios/Package.swift index 44bd02229..4625fde5f 100644 --- a/apollo-ios/Package.swift +++ b/apollo-ios/Package.swift @@ -63,7 +63,7 @@ let package = Package( verb: "apollo-cli-install", description: "Installs the Apollo iOS Command line interface."), permissions: [ - .writeToPackageDirectory(reason: "Creates a symbolic link to the CLI executable in your project directory."), + .writeToPackageDirectory(reason: "Downloads and unzips the CLI executable into your project directory."), .allowNetworkConnections(scope: .all(ports: []), reason: "Downloads the Apollo iOS CLI executable from the GitHub Release.") ]), dependencies: [],