Fix missing server permissions for WireGuard
Prevented working on Catalyst.
This commit is contained in:
parent
7eec20c75b
commit
63c2ab6bbf
|
@ -14,6 +14,8 @@
|
|||
</array>
|
||||
<key>com.apple.security.network.client</key>
|
||||
<true/>
|
||||
<key>com.apple.security.network.server</key>
|
||||
<true/>
|
||||
<key>keychain-access-groups</key>
|
||||
<array>
|
||||
<string>$(AppIdentifierPrefix)group.com.algoritmico.Passepartout</string>
|
||||
|
|
Loading…
Reference in New Issue