Configure keychain access group

This commit is contained in:
Sergey Abramchuk
2017-03-06 21:25:07 +03:00
parent 8f8f7d22d8
commit be7bb371e3
2 changed files with 10 additions and 0 deletions

View File

@@ -6,5 +6,9 @@
<array>
<string>group.me.ss-abramchuk.openvpn-ios-client</string>
</array>
<key>keychain-access-groups</key>
<array>
<string>$(AppIdentifierPrefix)keychain-shared</string>
</array>
</dict>
</plist>