Skip to content

Commit

Permalink
Update permission reason description
Browse files Browse the repository at this point in the history
  • Loading branch information
BobaFetters committed Nov 10, 2023
1 parent e725373 commit ec79f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apollo-ios/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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: [],
Expand Down

0 comments on commit ec79f27

Please sign in to comment.