changes to fix permission issue on mac desktop platform

This commit is contained in:
2026-04-29 14:55:06 -07:00
parent 67e206846e
commit 73679a9e20
7 changed files with 161 additions and 5 deletions
+2
View File
@@ -8,5 +8,7 @@
<true/>
<key>com.apple.security.network.server</key>
<true/>
<key>com.apple.security.network.client</key>
<true/>
</dict>
</plist>
+2
View File
@@ -4,5 +4,7 @@
<dict>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.network.client</key>
<true/>
</dict>
</plist>