浏览代码

OSX: Add NSCamera and NSMicrophone UsageDescription for 10.14

Colin Edwards 7 年之前
父节点
当前提交
27b5c3be71
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      cmake/osxbundle/Info.plist

+ 4 - 0
cmake/osxbundle/Info.plist

@@ -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>