From a365c17c46f38e6d8cacade47542fd4ec625bc0d Mon Sep 17 00:00:00 2001 From: Mo Date: Fri, 7 Oct 2022 07:27:37 -0500 Subject: [PATCH] fix(mobile): disable landscape for iPhone --- packages/mobile/ios/StandardNotes/Info.plist | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/mobile/ios/StandardNotes/Info.plist b/packages/mobile/ios/StandardNotes/Info.plist index 387676dd8..f2f4823a5 100644 --- a/packages/mobile/ios/StandardNotes/Info.plist +++ b/packages/mobile/ios/StandardNotes/Info.plist @@ -138,6 +138,10 @@ UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortraitUpsideDown + UISupportedInterfaceOrientations~iphone + + UIInterfaceOrientationPortrait + UIViewControllerBasedStatusBarAppearance supportsAlternateIcons