diff options
author | Dustin L. Howett <dustin@howett.net> | 2010-11-07 01:58:16 -0500 |
---|---|---|
committer | Dustin L. Howett <dustin@howett.net> | 2010-11-07 01:58:16 -0500 |
commit | f361c04311261daab1b9342b1a17643f34093c75 (patch) | |
tree | 4f95330f0a0da3ad15841e3bdc19139a1aaf0268 /MobileCydia.app | |
parent | d0d1f168a457f4a5649a87950917ab02bd4dc7d0 (diff) |
Start in all orientations on the iPad.
Diffstat (limited to 'MobileCydia.app')
-rw-r--r-- | MobileCydia.app/Info.plist | 9 |
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> |