Browse Source

OSX: Add NSCamera and NSMicrophone UsageDescription for 10.14

Colin Edwards 7 years ago
parent
commit
27b5c3be71
1 changed files with 4 additions and 0 deletions
  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>