We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b637a5d + 543f5bd commit 461b589Copy full SHA for 461b589
1 file changed
Package.swift
@@ -19,8 +19,7 @@ let package = Package(
19
),
20
permissions: [
21
.allowNetworkConnections(
22
- // scope: .all(ports: []),
23
- scope: .all(),
+ scope: .all(ports: [80, 443]),
24
reason: "Please allow network connection permission to authenticate and run accessibility rules."
25
26
.writeToPackageDirectory(reason: "Please allow writing to package directory for logging.")
0 commit comments