diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2010-06-21 09:08:04 +0000 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-09-30 07:14:00 +0000 |
commit | fde3413551e6ec81ca76801ae1f65b52fa7cb798 (patch) | |
tree | 6b0332db89d76e94d7d8e76322b523c21c55eb36 /Cydia.app/Info.plist | |
parent | 8f4edcaebd060701ed8ccdaf5b09bd5545154c86 (diff) |
Some random fixes for the 4.0 launch.
Diffstat (limited to 'Cydia.app/Info.plist')
-rw-r--r-- | Cydia.app/Info.plist | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Cydia.app/Info.plist b/Cydia.app/Info.plist index 14be9bb..a8cf2eb 100644 --- a/Cydia.app/Info.plist +++ b/Cydia.app/Info.plist @@ -64,6 +64,12 @@ <string>UIInterfaceOrientationLandscapeLeft</string> <string>UIInterfaceOrientationLandscapeRight</string--> </array> + + <key>UIBackgroundModes</key> + <array> + <string>audio</string> + <string>continuous</string> + </array> </dict> </plist> |