mirror of
https://github.com/bitwarden/android.git
synced 2024-12-24 18:08:26 +03:00
Bugfix typerole (#1528)
* Fix issue with undefined CFBundleTypeRole * format with tabs for consistency
This commit is contained in:
parent
99b67b680c
commit
68887c5de7
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,8 @@
|
|||
<string>bitwarden</string>
|
||||
<string>org-appextension-feature-password-management</string>
|
||||
</array>
|
||||
<key>CFBundleTypeRole</key>
|
||||
<string>Editor</string>
|
||||
<key>CFBundleURLName</key>
|
||||
<string>com.8bit.bitwarden.url</string>
|
||||
</dict>
|
||||
|
|
Loading…
Reference in a new issue