1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-07-02 11:34:54 +02:00
bitwarden-mobile/src/iOS/Info.plist

116 lines
3.2 KiB
Plaintext
Raw Normal View History

2016-05-02 08:52:09 +02:00
<?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>
2016-05-02 08:52:09 +02:00
<key>CFBundleDisplayName</key>
2018-02-27 19:27:07 +01:00
<string>Bitwarden</string>
2016-05-02 08:52:09 +02:00
<key>CFBundleIdentifier</key>
<string>com.8bit.bitwarden</string>
2016-05-02 08:52:09 +02:00
<key>CFBundleVersion</key>
2018-06-20 02:18:07 +02:00
<string>33</string>
2016-05-02 08:52:09 +02:00
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>CFBundleShortVersionString</key>
2018-06-18 21:23:11 +02:00
<string>1.17.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>
2016-08-02 03:03:25 +02:00
<key>CFBundleName</key>
2018-02-27 19:27:07 +01:00
<string>Bitwarden</string>
<key>UIRequiredDeviceCapabilities</key>
<dict>
<key>arm64</key>
<true/>
</dict>
2016-11-27 00:47:16 +01:00
<key>CFBundleLocalizations</key>
<array>
2017-05-16 16:01:36 +02:00
<string>en</string>
2016-11-27 00:47:16 +01:00
<string>es</string>
2016-12-25 04:43:50 +01:00
<string>zh-Hans</string>
2017-06-02 23:49:56 +02:00
<string>zh-Hant</string>
<string>pt-PT</string>
<string>pt-BR</string>
2016-12-25 04:43:50 +01:00
<string>sv</string>
2017-06-02 23:49:56 +02:00
<string>sk</string>
<string>it</string>
2017-05-03 17:43:56 +02:00
<string>fi</string>
<string>fr</string>
2017-07-14 22:10:57 +02:00
<string>ro</string>
<string>id</string>
<string>hr</string>
<string>hu</string>
<string>nl</string>
<string>tr</string>
<string>uk</string>
2017-10-30 16:23:19 +01:00
<string>de</string>
<string>dk</string>
<string>cz</string>
2017-12-31 03:48:32 +01:00
<string>nb</string>
<string>ja</string>
<string>et</string>
<string>vi</string>
<string>pl</string>
2018-06-19 03:24:29 +02:00
<string>ko</string>
<string>fa</string>
2016-11-27 00:47:16 +01:00
</array>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>This app does not require access to the photo library.</string>
<key>NSCameraUsageDescription</key>
<string>Scan QR codes</string>
2017-09-29 23:22:52 +02:00
<key>XSAppIconAssets</key>
<string>Resources/Assets.xcassets/AppIcons.appiconset</string>
<key>CFBundleIconName</key>
<string>AppIcon</string>
2018-04-28 06:23:31 +02:00
<key>NSFaceIDUsageDescription</key>
<string>Use Face ID to unlock your vault.</string>
2018-05-24 19:50:11 +02:00
<key>NFCReaderUsageDescription</key>
<string>Use Yubikeys for two-facor authentication.</string>
2016-05-02 08:52:09 +02:00
</dict>
</plist>