mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
59 lines
1.6 KiB
Plaintext
59 lines
1.6 KiB
Plaintext
<?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>MinimumOSVersion</key>
|
|
<string>12.0</string>
|
|
<key>CFBundleDisplayName</key>
|
|
<string>Bitwarden</string>
|
|
<key>CFBundleName</key>
|
|
<string>Bitwarden Autofill</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>com.8bit.bitwarden.autofill</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>2023.12.1</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>1</string>
|
|
<key>CFBundleLocalizations</key>
|
|
<array>
|
|
<string>en</string>
|
|
</array>
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
<string>en</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>XPC!</string>
|
|
<key>CFBundleSignature</key>
|
|
<string>????</string>
|
|
<key>UIDeviceFamily</key>
|
|
<array>
|
|
<integer>1</integer>
|
|
<integer>2</integer>
|
|
</array>
|
|
<key>UISupportedInterfaceOrientations</key>
|
|
<array/>
|
|
<key>CADisableMinimumFrameDurationOnPhone</key>
|
|
<true/>
|
|
<key>UIRequiredDeviceCapabilities</key>
|
|
<dict>
|
|
<key>arm64</key>
|
|
<true/>
|
|
</dict>
|
|
<key>NSFaceIDUsageDescription</key>
|
|
<string>Use Face ID to unlock your vault.</string>
|
|
<key>NSExtension</key>
|
|
<dict>
|
|
<key>NSExtensionMainStoryboard</key>
|
|
<string>MainInterface</string>
|
|
<key>NSExtensionPointIdentifier</key>
|
|
<string>com.apple.authentication-services-credential-provider-ui</string>
|
|
<key>NSExtensionAttributes</key>
|
|
<dict>
|
|
<key>ASCredentialProviderExtensionShowsConfigurationUI</key>
|
|
<true/>
|
|
</dict>
|
|
</dict>
|
|
</dict>
|
|
</plist>
|