Merge pull request #1387 from DDRBoxman/usagedesc

OSX: Add NSCamera and NSMicrophone UsageDescription for 10.14
This commit is contained in:
Jim 2018-07-27 21:27:39 -07:00 committed by GitHub
commit ad23128836
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>