mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 23:25:45 +03:00
18 lines
588 B
Text
18 lines
588 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>method</key>
|
||
|
<string>app-store</string>
|
||
|
<key>provisioningProfiles</key>
|
||
|
<dict>
|
||
|
<key>com.8bit.bitwarden</key>
|
||
|
<string>Dist: Bitwarden 2020</string>
|
||
|
<key>com.8bit.bitwarden.autofill</key>
|
||
|
<string>Dist: Autofill 2020</string>
|
||
|
<key>com.8bit.bitwarden.find-login-action-extension</key>
|
||
|
<string>Dist: Extension 2020</string>
|
||
|
</dict>
|
||
|
</dict>
|
||
|
</plist>
|