mirror of
https://github.com/bitwarden/ios.git
synced 2026-04-12 15:27:15 -05:00
17 lines
507 B
XML
17 lines
507 B
XML
<?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.developer.authentication-services.autofill-credential-provider</key>
|
|
<true/>
|
|
<key>com.apple.security.application-groups</key>
|
|
<array>
|
|
<string>group.$(BASE_BUNDLE_ID)</string>
|
|
</array>
|
|
<key>keychain-access-groups</key>
|
|
<array>
|
|
<string>$(AppIdentifierPrefix)$(BASE_BUNDLE_ID)</string>
|
|
</array>
|
|
</dict>
|
|
</plist>
|