mirror of
https://github.com/bitwarden/mobile
synced 2025-12-20 10:13:42 +00:00
Resolved app store submission errors in info.plist
This commit is contained in:
@@ -41,10 +41,6 @@
|
||||
|| ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "com.8bit.bitwarden.extension-setup"
|
||||
).@count == $extensionItem.attachments.@count
|
||||
).@count == 1</string>
|
||||
<key>NSExtensionPointName</key>
|
||||
<string>com.apple.ui-services</string>
|
||||
<key>NSExtensionPointVersion</key>
|
||||
<string>1.0</string>
|
||||
</dict>
|
||||
<key>NSExtensionMainStoryboard</key>
|
||||
<string>MainInterface</string>
|
||||
@@ -66,6 +62,6 @@
|
||||
<key>CFBundleName</key>
|
||||
<string>bitwarden extension</string>
|
||||
<key>CFBundleDisplayName</key>
|
||||
<string>bitwarden</string>
|
||||
<string>bitwarden extension</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
||||
@@ -77,5 +77,10 @@
|
||||
<string>ecf076d3-4824-4d7b-b716-2a9a47d7d296</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>bitwarden</string>
|
||||
<key>UIRequiredDeviceCapabilities</key>
|
||||
<dict>
|
||||
<key>arm64</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
||||
|
||||
Reference in New Issue
Block a user