about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ios/app/Info.plist4
1 files changed, 4 insertions, 0 deletions
diff --git a/ios/app/Info.plist b/ios/app/Info.plist
index 16c540e32..416d55759 100644
--- a/ios/app/Info.plist
+++ b/ios/app/Info.plist
@@ -59,8 +59,12 @@
 	<key>UISupportedInterfaceOrientations</key>
 	<array>
 		<string>UIInterfaceOrientationPortrait</string>
+	</array>
+	<key>UISupportedInterfaceOrientations~ipad</key>
+	<array>
 		<string>UIInterfaceOrientationLandscapeLeft</string>
 		<string>UIInterfaceOrientationLandscapeRight</string>
+		<string>UIInterfaceOrientationPortrait</string>
 	</array>
 	<key>UIViewControllerBasedStatusBarAppearance</key>
 	<false/>