OSX: Add NSCamera and NSMicrophone UsageDescription for 10.14

This commit is contained in:
Colin Edwards 2018-07-27 14:08:26 -05:00
parent d13bbe6e59
commit 27b5c3be71

View File

@ -22,5 +22,9 @@
<true/>
<key>LSAppNapIsDisabled</key>
<true/>
<key>NSCameraUsageDescription</key>
<string>OBS needs to access the camera to enable camera sources to work.</string>
<key>NSMicrophoneUsageDescription</key>
<string>OBS needs to access the microphone to enable audio input.</string>
</dict>
</plist>