bug: can't select file on macOS (#754)

Fixes #750
This commit is contained in:
lollipopkit🏳️‍⚧️
2025-05-14 04:04:19 +08:00
committed by GitHub
parent 1eea133b69
commit d6cf33fb70
2 changed files with 4 additions and 0 deletions

View File

@@ -24,5 +24,7 @@
<true/>
<key>com.apple.security.network.server</key>
<true/>
<key>com.apple.security.files.user-selected.read-write</key>
<true/>
</dict>
</plist>

View File

@@ -22,5 +22,7 @@
<true/>
<key>com.apple.security.network.server</key>
<true/>
<key>com.apple.security.files.user-selected.read-write</key>
<true/>
</dict>
</plist>