mirror of
https://github.com/bitwarden/android.git
synced 2024-11-01 07:35:52 +03:00
17 lines
591 B
Text
17 lines
591 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>ad-hoc</string>
|
|
<key>provisioningProfiles</key>
|
|
<dict>
|
|
<key>com.8bit.bitwarden</key>
|
|
<string>Ad hoc: Bitwarden 2021</string>
|
|
<key>com.8bit.bitwarden.autofill</key>
|
|
<string>Ad hoc: Autofill 2021</string>
|
|
<key>com.8bit.bitwarden.find-login-action-extension</key>
|
|
<string>Ad hoc: Extension 2021</string>
|
|
</dict>
|
|
</dict>
|
|
</plist>
|