2022-01-18 17:52:08 +03:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2019-03-28 03:12:44 +03:00
|
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
|
|
<plist version="1.0">
|
|
|
|
<dict>
|
2019-06-11 22:31:32 +03:00
|
|
|
<key>com.apple.developer.authentication-services.autofill-credential-provider</key>
|
|
|
|
<true/>
|
|
|
|
<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>
|
|
|
|
<key>com.apple.developer.ubiquity-container-identifiers</key>
|
|
|
|
<array>
|
|
|
|
<string>iCloud.$(CFBundleIdentifier)</string>
|
|
|
|
</array>
|
|
|
|
<key>com.apple.developer.nfc.readersession.formats</key>
|
|
|
|
<array>
|
|
|
|
<string>NDEF</string>
|
2019-09-20 15:17:37 +03:00
|
|
|
<string>TAG</string>
|
2019-06-11 22:31:32 +03:00
|
|
|
</array>
|
|
|
|
<key>com.apple.developer.associated-domains</key>
|
|
|
|
<array>
|
|
|
|
<string>webcredentials:bitwarden.com</string>
|
|
|
|
</array>
|
2022-01-18 17:52:08 +03:00
|
|
|
<key>aps-environment</key>
|
|
|
|
<string>development</string>
|
2019-03-28 03:12:44 +03:00
|
|
|
</dict>
|
|
|
|
</plist>
|