allow network permission for macos

This commit is contained in:
kodjomoustapha 2023-08-11 16:50:30 +01:00
parent 10882cfd3e
commit 1e81042263

View file

@ -4,5 +4,9 @@
<dict>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.network.server</key>
<true/>
<key>com.apple.security.network.client</key>
<true/>
</dict>
</plist>