diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2014-10-29 22:29:58 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2014-10-29 22:29:58 -0700 |
commit | b4ada7f5135f7f1a73f1b59838500cab472fd772 (patch) | |
tree | 4f101fb27928f0b3242224c767ee862375023288 | |
parent | e3799a2e08946d914e75ae16d8286868660ba862 (diff) |
Somehow this code was lost for iPhone 6+ rotation.
-rw-r--r-- | MobileCydia.app/Info.plist | 2 |
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> |