summaryrefslogtreecommitdiff
path: root/MobileCydia.app/Info.plist
diff options
context:
space:
mode:
authorDustin L. Howett <dustin@howett.net>2010-11-07 01:58:16 -0500
committerDustin L. Howett <dustin@howett.net>2010-11-07 01:58:16 -0500
commitf361c04311261daab1b9342b1a17643f34093c75 (patch)
tree4f95330f0a0da3ad15841e3bdc19139a1aaf0268 /MobileCydia.app/Info.plist
parentd0d1f168a457f4a5649a87950917ab02bd4dc7d0 (diff)
Start in all orientations on the iPad.
Diffstat (limited to 'MobileCydia.app/Info.plist')
-rw-r--r--MobileCydia.app/Info.plist9
1 files changed, 7 insertions, 2 deletions
diff --git a/MobileCydia.app/Info.plist b/MobileCydia.app/Info.plist
index 806506b..8a925c5 100644
--- a/MobileCydia.app/Info.plist
+++ b/MobileCydia.app/Info.plist
@@ -60,9 +60,14 @@
<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>UIInterfaceOrientationLandscapeRight</string-->
+ <string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UIBackgroundModes</key>