Skip to content

Commit 7621837

Browse files
committed
修复保存面板权限问题:添加文件读写权限
Signed-off-by: jiaxianhua <[email protected]>
1 parent 379d170 commit 7621837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Hash/Hash.entitlements

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<dict>
55
<key>com.apple.security.app-sandbox</key>
66
<true/>
7-
<key>com.apple.security.files.user-selected.read-only</key>
7+
<key>com.apple.security.files.user-selected.read-write</key>
88
<true/>
99
</dict>
1010
</plist>

0 commit comments

Comments
 (0)