add server entitlement for mac app so google auth works
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user