1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-06-25 10:26:02 +02:00
bitwarden-mobile/.github/resources/export-options-ad-hoc.plist

18 lines
591 B
Plaintext
Raw Normal View History

2020-06-10 16:53:57 +02:00
<?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>
2021-03-11 18:12:41 +01:00
<string>Ad hoc: Bitwarden 2021</string>
2020-06-10 16:53:57 +02:00
<key>com.8bit.bitwarden.autofill</key>
2021-03-11 18:12:41 +01:00
<string>Ad hoc: Autofill 2021</string>
2020-06-10 16:53:57 +02:00
<key>com.8bit.bitwarden.find-login-action-extension</key>
2021-03-11 18:12:41 +01:00
<string>Ad hoc: Extension 2021</string>
2020-06-10 16:53:57 +02:00
</dict>
</dict>
</plist>