Browse Source

OSX: Add NSCamera and NSMicrophone UsageDescription for 10.14

Colin Edwards 7 năm trước cách đây
mục cha
commit
27b5c3be71
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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>