aboutsummaryrefslogtreecommitdiff
path: root/dists/iphone/Info.plist
diff options
context:
space:
mode:
authorJohannes Schickel2014-06-04 20:22:54 +0200
committerJohannes Schickel2014-06-04 20:22:54 +0200
commita28280384dfefd577cec00c59067081951354f26 (patch)
treefc0f781ed004c52531312a9017dbe88ac899d200 /dists/iphone/Info.plist
parent4069f63eb0caf668e03636df1c697e3fd0724414 (diff)
downloadscummvm-rg350-a28280384dfefd577cec00c59067081951354f26.tar.gz
scummvm-rg350-a28280384dfefd577cec00c59067081951354f26.tar.bz2
scummvm-rg350-a28280384dfefd577cec00c59067081951354f26.zip
IPHONE: Add supported orientations to Info.plist.
Diffstat (limited to 'dists/iphone/Info.plist')
-rw-r--r--dists/iphone/Info.plist6
1 files changed, 6 insertions, 0 deletions
diff --git a/dists/iphone/Info.plist b/dists/iphone/Info.plist
index 9667f807eb..6fdd7f2696 100644
--- a/dists/iphone/Info.plist
+++ b/dists/iphone/Info.plist
@@ -35,5 +35,11 @@
<integer>1</integer>
<integer>2</integer>
</array>
+ <key>UISupportedInterfaceOrientations</key>
+ <array>
+ <string>UIInterfaceOrientationPortrait</string>
+ <string>UIInterfaceOrientationLandscapeLeft</string>
+ <string>UIInterfaceOrientationLandscapeRight</string>
+ </array>
</dict>
</plist>