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 04:37:06 +0300
committerGitHub <noreply@github.com>2016-12-03 04:37:06 +0300
commit7e5f406e932e2f950a119399dde08a8e869305a4 (patch)
tree244775ace4c09d8c8e5a1258868adecd2e2a6e48
parent0962b973272f3822ca24ee7d87d543fddc77935a (diff)
parent7883950d93cae8b257361b2e362c7465a19d86ef (diff)
Merge PR #105: 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>