macOS: NE: Add entitlements for making network connections

Signed-off-by: Roopesh Chander <roop@roopc.net>
This commit is contained in:
Roopesh Chander 2018-12-28 13:42:25 +05:30
parent d7d4355f5e
commit 629009d3be
1 changed files with 4 additions and 0 deletions

View File

@ -12,5 +12,9 @@
<array>
<string>$(DEVELOPMENT_TEAM).group.$(APP_ID_MACOS)</string>
</array>
<key>com.apple.security.network.client</key>
<true/>
<key>com.apple.security.network.server</key>
<true/>
</dict>
</plist>