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>

View File

@@ -353,6 +353,9 @@
com.apple.ApplicationGroups.iOS = {
enabled = 1;
};
com.apple.Keychain = {
enabled = 1;
};
};
};
C91031211E4727E20004DFFE = {
@@ -364,6 +367,9 @@
com.apple.ApplicationGroups.iOS = {
enabled = 1;
};
com.apple.Keychain = {
enabled = 0;
};
};
};
};