fix(client): 开启 macOS 打印沙盒权限

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
wangjia
2026-05-19 00:59:35 +08:00
parent 142e92f151
commit 56e0d9d5b2
2 changed files with 4 additions and 0 deletions
@@ -14,5 +14,7 @@
<true/>
<key>com.apple.security.files.user-selected.read-only</key>
<true/>
<key>com.apple.security.print</key>
<true/>
</dict>
</plist>
+2
View File
@@ -10,5 +10,7 @@
<true/>
<key>com.apple.security.files.user-selected.read-only</key>
<true/>
<key>com.apple.security.print</key>
<true/>
</dict>
</plist>