diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2014-06-13 01:57:09 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2014-06-13 01:57:09 -0700 |
commit | 9e0438b83d952efda87aad168fe357315141c8af (patch) | |
tree | d52d24c7de3897785321e0e85afc1d9a09002a6f /MobileCydia.app | |
parent | b132a9721b0c0bc21158e5d33445e0bf700f97b0 (diff) |
Apparently, this key actually defaults to false?
Diffstat (limited to 'MobileCydia.app')
-rw-r--r-- | MobileCydia.app/Info.plist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MobileCydia.app/Info.plist b/MobileCydia.app/Info.plist index 35392da..b7ebd75 100644 --- a/MobileCydia.app/Info.plist +++ b/MobileCydia.app/Info.plist @@ -73,6 +73,9 @@ <string>UIInterfaceOrientationLandscapeRight</string> </array> + <key>UIViewControllerBasedStatusBarAppearance</key> + <true/> + <key>CFBundleIconFile</key> <string>iconClassic.png</string> |