From 60b483c499febf64e8a74d123a75b227dc0f7af4 Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Sat, 21 Oct 2017 22:07:42 +0200 Subject: [PATCH] iOS: Allow all orientations --- iOS/Info.plist | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/iOS/Info.plist b/iOS/Info.plist index d634fbf..33cfa14 100644 --- a/iOS/Info.plist +++ b/iOS/Info.plist @@ -17,7 +17,7 @@ CFBundleShortVersionString 1.1 CFBundleVersion - 1 + 3 LSRequiresIPhoneOS UILaunchStoryboardName @@ -33,6 +33,7 @@ UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight + UIInterfaceOrientationPortraitUpsideDown