]> git.saurik.com Git - cydia.git/commitdiff
Somehow this code was lost for iPhone 6+ rotation.
authorJay Freeman (saurik) <saurik@saurik.com>
Thu, 30 Oct 2014 05:29:58 +0000 (22:29 -0700)
committerJay Freeman (saurik) <saurik@saurik.com>
Thu, 30 Oct 2014 05:29:58 +0000 (22:29 -0700)
MobileCydia.app/Info.plist

index 5775436e50581e585084dc52538a6abebedfa77c..b81bd5db318f9f62e22d46694e8a7e8919c5db2f 100644 (file)
@@ -63,6 +63,8 @@
     <key>UISupportedInterfaceOrientations</key>
     <array>
         <string>UIInterfaceOrientationPortrait</string>
+        <string>UIInterfaceOrientationLandscapeLeft</string>
+        <string>UIInterfaceOrientationLandscapeRight</string>
     </array>
 
     <key>UISupportedInterfaceOrientations~ipad</key>