Skip to content

Commit b65f420

Browse files
committed
[JIRA DEVA11Y-128] Added permission to write to package directory for logging
1 parent 26643d8 commit b65f420

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)