mirror of
https://github.com/bitwarden/android.git
synced 2024-11-01 07:35:52 +03:00
14 lines
415 B
Text
14 lines
415 B
Text
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>com.apple.security.application-groups</key>
|
|
<array>
|
|
<string>group.com.8bit.bitwarden</string>
|
|
</array>
|
|
<key>keychain-access-groups</key>
|
|
<array>
|
|
<string>$(AppIdentifierPrefix)com.8bit.bitwarden</string>
|
|
</array>
|
|
</dict>
|
|
</plist>
|