diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2019-01-16 14:56:37 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2019-01-16 14:56:37 -0500 |
commit | b44fa5b970fea34fac2cfb429cd93300b4ae6707 (patch) | |
tree | aff864041a229b33224e1260dc9dc8546a9c3fea /indra | |
parent | 2448856c63c9024501209473fb09dd91f858655d (diff) |
SL-10341: Fix Mojave mic permission problem - thanks Tonya Souther!
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/Info-SecondLife.plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/Info-SecondLife.plist b/indra/newview/Info-SecondLife.plist index 9482f07524..cfe9d991c5 100644 --- a/indra/newview/Info-SecondLife.plist +++ b/indra/newview/Info-SecondLife.plist @@ -32,6 +32,8 @@ <true/> <key>NSHumanReadableCopyright</key> <string>${MACOSX_BUNDLE_COPYRIGHT}</string> + <key>NSMicrophoneUsageDescription</key> + <string>For voice chat, you must grant permission for Second Life to use the microphone.</string> <key>CFBundleDocumentTypes</key> <array> <dict> |