diff --git a/src/iOS/Entitlements.plist b/src/iOS/Entitlements.plist index e9a3005f7..f5f57c330 100644 --- a/src/iOS/Entitlements.plist +++ b/src/iOS/Entitlements.plist @@ -2,6 +2,27 @@ + com.apple.developer.authentication-services.autofill-credential-provider + + com.apple.security.application-groups + + group.com.8bit.bitwarden + + keychain-access-groups + + $(AppIdentifierPrefix)com.8bit.bitwarden + + com.apple.developer.ubiquity-container-identifiers + + iCloud.$(CFBundleIdentifier) + + com.apple.developer.nfc.readersession.formats + + NDEF + + com.apple.developer.associated-domains + + webcredentials:bitwarden.com + - diff --git a/src/iOS/Info.plist b/src/iOS/Info.plist index 32688b6aa..05619d87b 100644 --- a/src/iOS/Info.plist +++ b/src/iOS/Info.plist @@ -2,6 +2,65 @@ + MinimumOSVersion + 10.0 + CFBundleDisplayName + Bitwarden + CFBundleName + Bitwarden + CFBundleIdentifier + com.8bit.bitwarden + CFBundleShortVersionString + 2.0.0 + CFBundleVersion + 50 + CFBundleIconName + AppIcon + CFBundleURLTypes + + + CFBundleURLSchemes + + bitwarden + org-appextension-feature-password-management + + CFBundleURLName + com.8bit.bitwarden.url + + + CFBundleLocalizations + + en + es + zh-Hans + zh-Hant + pt-PT + pt-BR + sv + sk + it + fi + fr + ro + id + hr + hu + nl + tr + uk + de + dk + cz + nb + ja + et + vi + pl + ko + fa + + CFBundleDevelopmentRegion + en UIDeviceFamily 1 @@ -12,6 +71,7 @@ UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight + UIInterfaceOrientationPortraitUpsideDown UISupportedInterfaceOrientations~ipad @@ -20,28 +80,41 @@ UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight - MinimumOSVersion - 8.0 - CFBundleDisplayName - Bitwarden - CFBundleIdentifier - com.8bit.bitwarden - CFBundleVersion - 50 UILaunchStoryboardName LaunchScreen - CFBundleName - App - XSAppIconAssets - Assets.xcassets/AppIcon.appiconset - CFBundleShortVersionString - 2.0.0 + UIMainStoryboardFile~ipad + LaunchScreen + UIViewControllerBasedStatusBarAppearance + + UIBackgroundModes + + remote-notification + + UIStatusBarHidden + UIAppFonts FontAwesome.ttf MaterialIcons_Regular.ttf + UIRequiredDeviceCapabilities + + arm64 + + + XSAppIconAssets + Assets.xcassets/AppIcon.appiconset + ITSAppUsesNonExemptEncryption + + ITSEncryptionExportComplianceCode + ecf076d3-4824-4d7b-b716-2a9a47d7d296 + NSPhotoLibraryUsageDescription + This app does not require access to the photo library. + NSCameraUsageDescription + Scan QR codes NSFaceIDUsageDescription Use Face ID to unlock your vault. + NFCReaderUsageDescription + Use Yubikeys for two-facor authentication.