diff --git a/Package.swift b/Package.swift index bcdc4f9bcc..15642d17b0 100644 --- a/Package.swift +++ b/Package.swift @@ -1,4 +1,4 @@ -// swift-tools-version:5.9 +// swift-tools-version:5.8.1 // The swift-tools-version declares the minimum version of Swift required to build this package. import PackageDescription @@ -76,7 +76,7 @@ let package = Package( description: "Installs the Apollo iOS Command line interface."), permissions: [ .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.") +// .allowNetworkConnections(scope: .all(ports: []), reason: "Downloads the Apollo iOS CLI executable from the GitHub Release.") ]), dependencies: [], path: "Plugins/InstallCLI"