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:
Diffstat (limited to 'Source/Info.plist')
-rw-r--r--Source/Info.plist7
1 files changed, 3 insertions, 4 deletions
diff --git a/Source/Info.plist b/Source/Info.plist
index d6486bb..40aba64 100644
--- a/Source/Info.plist
+++ b/Source/Info.plist
@@ -63,13 +63,14 @@
</array>
<key>CFBundleVersion</key>
<string>1003001001</string>
- <key>LSRequiresIPhoneOS</key>
- <true/>
<key>NSMainNibFile</key>
<string>MainWindow</string>
+ <key>NSMicrophoneUsageDescription</key>
+ <string>Mumble uses your microphone for voice chats</string>
<key>UIBackgroundModes</key>
<array>
<string>audio</string>
+ <string>voip</string>
</array>
<key>UIFileSharingEnabled</key>
<true/>
@@ -102,8 +103,6 @@
<true/>
<key>UIStatusBarStyle</key>
<string>UIStatusBarStyleBlackOpaque</string>
- <key>NSMicrophoneUsageDescription</key>
- <string>Mumble uses your microphone for voice chats</string>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>