From c34b43e841b768104f19e86900133a1986b53af9 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Thu, 15 Oct 2020 10:24:52 +0100 Subject: [PATCH] iOS: Restore more settings --- ReactNativeClient/ios/Joplin/Info.plist | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/ReactNativeClient/ios/Joplin/Info.plist b/ReactNativeClient/ios/Joplin/Info.plist index 46acdedc30..fa67643b00 100644 --- a/ReactNativeClient/ios/Joplin/Info.plist +++ b/ReactNativeClient/ios/Joplin/Info.plist @@ -39,8 +39,16 @@ NSCameraUsageDescription To allow attaching a photo to a note + NSLocationAlwaysAndWhenInUseUsageDescription + To add geo-location information to a note. Can be disabled in app. + NSLocationAlwaysUsageDescription + To add geo-location information to a note. Can be disabled in app. NSLocationWhenInUseUsageDescription - + To add geo-location information to a note. Can be disabled in app. + NSPhotoLibraryUsageDescription + To allow attaching images to a note + UIAppFonts + UILaunchStoryboardName LaunchScreen UIRequiredDeviceCapabilities @@ -53,6 +61,15 @@ UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight + UISupportedInterfaceOrientations~ipad + + UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + UIInterfaceOrientationPortraitUpsideDown + + UIUserInterfaceStyle + Light UIViewControllerBasedStatusBarAppearance