mirror of
https://github.com/bitwarden/android.git
synced 2024-11-01 07:35:52 +03:00
99 lines
2.9 KiB
Text
99 lines
2.9 KiB
Text
<?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>UIDeviceFamily</key>
|
|
<array>
|
|
<integer>1</integer>
|
|
<integer>2</integer>
|
|
</array>
|
|
<key>UISupportedInterfaceOrientations</key>
|
|
<array>
|
|
<string>UIInterfaceOrientationPortrait</string>
|
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
<string>UIInterfaceOrientationPortraitUpsideDown</string>
|
|
</array>
|
|
<key>UISupportedInterfaceOrientations~ipad</key>
|
|
<array>
|
|
<string>UIInterfaceOrientationPortrait</string>
|
|
<string>UIInterfaceOrientationPortraitUpsideDown</string>
|
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
</array>
|
|
<key>MinimumOSVersion</key>
|
|
<string>9.0</string>
|
|
<key>CFBundleDisplayName</key>
|
|
<string>bitwarden</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>com.8bit.bitwarden</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>12</string>
|
|
<key>CFBundleIconFiles</key>
|
|
<array>
|
|
<string>Icon-72@2x.png</string>
|
|
<string>Icon-72.png</string>
|
|
<string>Icon@2x.png</string>
|
|
<string>Icon.png</string>
|
|
<string>Icon-60@2x.png</string>
|
|
<string>Icon-76.png</string>
|
|
<string>Icon-76@2x.png</string>
|
|
<string>Icon-83.5@2x.png</string>
|
|
<string>Icon-Small-50@2x.png</string>
|
|
<string>Icon-Small-50.png</string>
|
|
<string>Icon-Small-40.png</string>
|
|
<string>Icon-Small-40@2x.png</string>
|
|
<string>Icon-Small.png</string>
|
|
<string>Icon-Small@2x.png</string>
|
|
</array>
|
|
<key>UILaunchStoryboardName</key>
|
|
<string>LaunchScreen</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>1.5.0</string>
|
|
<key>UIMainStoryboardFile~ipad</key>
|
|
<string>LaunchScreen</string>
|
|
<key>UIViewControllerBasedStatusBarAppearance</key>
|
|
<false/>
|
|
<key>CFBundleURLTypes</key>
|
|
<array>
|
|
<dict>
|
|
<key>CFBundleURLSchemes</key>
|
|
<array>
|
|
<string>bitwarden</string>
|
|
<string>org-appextension-feature-password-management</string>
|
|
</array>
|
|
<key>CFBundleURLName</key>
|
|
<string>com.8bit.bitwarden.url</string>
|
|
</dict>
|
|
</array>
|
|
<key>UIBackgroundModes</key>
|
|
<array>
|
|
<string>remote-notification</string>
|
|
</array>
|
|
<key>UIStatusBarHidden</key>
|
|
<true/>
|
|
<key>ITSAppUsesNonExemptEncryption</key>
|
|
<true/>
|
|
<key>ITSEncryptionExportComplianceCode</key>
|
|
<string>ecf076d3-4824-4d7b-b716-2a9a47d7d296</string>
|
|
<key>CFBundleName</key>
|
|
<string>bitwarden</string>
|
|
<key>UIRequiredDeviceCapabilities</key>
|
|
<dict>
|
|
<key>arm64</key>
|
|
<true/>
|
|
</dict>
|
|
<key>CFBundleLocalizations</key>
|
|
<array>
|
|
<string>es</string>
|
|
<string>zh-Hans</string>
|
|
<string>sv</string>
|
|
<string>fi</string>
|
|
<string>fr</string>
|
|
</array>
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
<string>en</string>
|
|
<key>NSPhotoLibraryUsageDescription</key>
|
|
<string>This app does not require access to the photo library.</string>
|
|
</dict>
|
|
</plist>
|