diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2010-04-30 18:51:21 +0000 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-09-30 07:14:00 +0000 |
commit | 01d93940f58b871f8a4899e4bd2b7c7752976886 (patch) | |
tree | e34df7c766fe07b342635dfa8cd59e8a390b6977 /Cydia.app/Info.plist | |
parent | 4e4059807eba861d5a6c43e071c8861dfb7a70b4 (diff) |
Added tokens, cydia::obsolete, faster search, header parsing, long descriptions on iPad, wide tables, abstracted dropBar, singleton keyboard, lazy panels, GraphicsServices capabilities, portrait-only, and ISOLatin1 fallback.
Diffstat (limited to 'Cydia.app/Info.plist')
-rw-r--r-- | Cydia.app/Info.plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cydia.app/Info.plist b/Cydia.app/Info.plist index 05d10f1..14be9bb 100644 --- a/Cydia.app/Info.plist +++ b/Cydia.app/Info.plist @@ -60,9 +60,9 @@ <key>UISupportedInterfaceOrientations</key> <array> <string>UIInterfaceOrientationPortrait</string> - <string>UIInterfaceOrientationPortraitUpsideDown</string> + <!--string>UIInterfaceOrientationPortraitUpsideDown</string> <string>UIInterfaceOrientationLandscapeLeft</string> - <string>UIInterfaceOrientationLandscapeRight</string> + <string>UIInterfaceOrientationLandscapeRight</string--> </array> </dict> |