mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
add server entitlement for mac app so google auth works
This commit is contained in:
parent
1b215e3438
commit
eb70a98ad2
1 changed files with 2 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue