1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-15 15:53:44 +00:00

Include icon in csproj. Add arm64 to info.plist for extension as well.

This commit is contained in:
Kyle Spearrin
2016-08-06 21:46:06 -04:00
parent b38873fc1f
commit b24144ef3c
2 changed files with 8 additions and 0 deletions

View File

@@ -63,5 +63,10 @@
<string>bitwarden extension</string>
<key>CFBundleDisplayName</key>
<string>bitwarden</string>
<key>UIRequiredDeviceCapabilities</key>
<dict>
<key>arm64</key>
<true/>
</dict>
</dict>
</plist>