From a28280384dfefd577cec00c59067081951354f26 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Wed, 4 Jun 2014 20:22:54 +0200 Subject: [PATCH] IPHONE: Add supported orientations to Info.plist. --- dists/iphone/Info.plist | 6 ++++++ dists/iphone/Info.plist.in | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/dists/iphone/Info.plist b/dists/iphone/Info.plist index 9667f807eb04..6fdd7f269622 100644 --- a/dists/iphone/Info.plist +++ b/dists/iphone/Info.plist @@ -35,5 +35,11 @@ 1 2 + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + diff --git a/dists/iphone/Info.plist.in b/dists/iphone/Info.plist.in index efb93832e767..2bcdd15a03ef 100644 --- a/dists/iphone/Info.plist.in +++ b/dists/iphone/Info.plist.in @@ -35,5 +35,11 @@ 1 2 + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight +