Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble-iphoneos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikkel Krautz <mikkel@krautz.dk>2010-06-19 19:42:10 +0400
committerMikkel Krautz <mikkel@krautz.dk>2010-06-19 19:42:10 +0400
commit0a06082310a37f36e8e1837fd05ab62fdd2d46cd (patch)
tree1dc2ba0fe2e31b869b538d5cfe594582f5e2cb82
parentb40f94629f05f2bbbfb3e1196de2e6b5f075de30 (diff)
Enable background audio for iOS 4.
-rw-r--r--Source/Info.plist4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/Info.plist b/Source/Info.plist
index 549639e..a2ee60d 100644
--- a/Source/Info.plist
+++ b/Source/Info.plist
@@ -2,6 +2,10 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
+ <key>UIBackgroundModes</key>
+ <array>
+ <string>audio</string>
+ </array>
<key>UIPrerenderedIcon</key>
<true/>
<key>CFBundleDevelopmentRegion</key>