finish making changes to get sound and video to prompt on Catalina

This commit is contained in:
Ben Fry
2020-09-23 14:14:48 -04:00
parent 8e0bc36ed8
commit 88e427fb88
2 changed files with 9 additions and 0 deletions

View File

@@ -71,5 +71,10 @@
<key>JVMArguments</key>
<array>
</array>
<key>NSCameraUsageDescription</key>
<string>This app uses video camera input.</string>
<key>NSMicrophoneUsageDescription</key>
<string>This app uses microphone input.</string>
</dict>
</plist>