summaryrefslogtreecommitdiff
path: root/MobileCydia.app
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2014-10-29 22:29:58 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2014-10-29 22:29:58 -0700
commitb4ada7f5135f7f1a73f1b59838500cab472fd772 (patch)
tree4f101fb27928f0b3242224c767ee862375023288 /MobileCydia.app
parente3799a2e08946d914e75ae16d8286868660ba862 (diff)
Somehow this code was lost for iPhone 6+ rotation.
Diffstat (limited to 'MobileCydia.app')
-rw-r--r--MobileCydia.app/Info.plist2
1 files changed, 2 insertions, 0 deletions
diff --git a/MobileCydia.app/Info.plist b/MobileCydia.app/Info.plist
index 5775436..b81bd5d 100644
--- a/MobileCydia.app/Info.plist
+++ b/MobileCydia.app/Info.plist
@@ -63,6 +63,8 @@
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
+ <string>UIInterfaceOrientationLandscapeLeft</string>
+ <string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UISupportedInterfaceOrientations~ipad</key>