add server entitlement for mac app so google auth works

This commit is contained in:
Satindar Dhillon
2022-02-24 11:37:32 -08:00
parent 1b215e3438
commit eb70a98ad2

View File

@ -16,6 +16,8 @@
<true/>
<key>com.apple.security.network.client</key>
<true/>
<key>com.apple.security.network.server</key>
<true/>
<key>keychain-access-groups</key>
<array>
<string>$(AppIdentifierPrefix)app.omnivoreapp.shared</string>