Skip to content

Commit

Permalink
macOS Catalina Fix for Camera/Microphone
Browse files Browse the repository at this point in the history
  • Loading branch information
imdatceleste authored and saghul committed Apr 30, 2020
1 parent 238e28a commit 2212eaf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,12 @@
"mac": {
"artifactName": "jitsi-meet.${ext}",
"category": "public.app-category.video",
"darkModeSupport": true
"darkModeSupport": true,
"hardenedRuntime": false,
"extendInfo": {
"NSCameUsageDescription": "jitsi meet requires access to your camera in order to make video-calls.",
"NSMicrophoneUsageDescription": "jitsi meet requires access to your microphone in order to make calls (audio/video)."
}
},
"linux": {
"artifactName": "jitsi-meet-${arch}.${ext}",
Expand Down

0 comments on commit 2212eaf

Please sign in to comment.