]> git.saurik.com Git - cydia.git/commitdiff
Start in all orientations on the iPad.
authorDustin L. Howett <dustin@howett.net>
Sun, 7 Nov 2010 06:58:16 +0000 (01:58 -0500)
committerDustin L. Howett <dustin@howett.net>
Sun, 7 Nov 2010 06:58:16 +0000 (01:58 -0500)
MobileCydia.app/Info.plist

index 806506b35369c75d93dccdaad829d41ac482d7fd..8a925c5db83296d4392eb80cdea159576a47603c 100644 (file)
     <key>UISupportedInterfaceOrientations</key>
     <array>
         <string>UIInterfaceOrientationPortrait</string>
     <key>UISupportedInterfaceOrientations</key>
     <array>
         <string>UIInterfaceOrientationPortrait</string>
-        <!--string>UIInterfaceOrientationPortraitUpsideDown</string>
+    </array>
+
+    <key>UISupportedInterfaceOrientations~ipad</key>
+    <array>
+        <string>UIInterfaceOrientationPortrait</string>
+        <string>UIInterfaceOrientationPortraitUpsideDown</string>
         <string>UIInterfaceOrientationLandscapeLeft</string>
         <string>UIInterfaceOrientationLandscapeLeft</string>
-        <string>UIInterfaceOrientationLandscapeRight</string-->
+        <string>UIInterfaceOrientationLandscapeRight</string>
     </array>
 
     <key>UIBackgroundModes</key>
     </array>
 
     <key>UIBackgroundModes</key>