Skip to content

Commit ca151ac

Browse files
authored
Merge pull request #2 from browserstack/DEVA11Y-128-1
[JIRA DEVA11Y-128] Added permission to write to package directory for logging
2 parents ad42300 + b65f420 commit ca151ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Package.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ let package = Package(
2323
scope: .all(),
2424
reason: "Please allow network connection permission to authenticate and run accessibility rules."
2525
),
26+
.writeToPackageDirectory(reason: "Please allow writing to package directory for logging.")
2627
]
2728
)
2829
)

0 commit comments

Comments
 (0)