macos app network entitlements

This commit is contained in:
julian-CStack 2023-07-17 10:40:43 -06:00
parent 27c2f34a33
commit d966964cf8
2 changed files with 4 additions and 0 deletions

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>

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>