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>2016-12-03 02:34:28 +0300
committerMikkel Krautz <mikkel@krautz.dk>2016-12-03 02:35:31 +0300
commit7883950d93cae8b257361b2e362c7465a19d86ef (patch)
tree6eab368c58298477ca8b30c6d98d764f281313a5
parentef0132e30b59e64ddd3221bb5532f081e52ba363 (diff)
Info.plist: add NSMicrophoneUsageDescription.
-rw-r--r--Source/Info.plist2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Info.plist b/Source/Info.plist
index b6cf9d2..e839f77 100644
--- a/Source/Info.plist
+++ b/Source/Info.plist
@@ -100,6 +100,8 @@
<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>