desktop: Enable outgoing network requests on macOS app sandbox

This commit is contained in:
David Wendt 2022-03-29 20:48:49 -06:00 committed by Mike Welsh
parent 6669b93c9b
commit 28f302be0e
1 changed files with 2 additions and 0 deletions

View File

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