Merge pull request #18 from karniv00l/fix-macos-server

Add `network.server` to macos release entitlements
This commit is contained in:
Kingkor Roy Tirtho 2022-02-02 21:10:21 +06:00 committed by GitHub
commit 6ceeac4f12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,5 +6,7 @@
<true/> <true/>
<key>com.apple.security.network.client</key> <key>com.apple.security.network.client</key>
<true/> <true/>
<key>com.apple.security.network.server</key>
<true/>
</dict> </dict>
</plist> </plist>