aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAnnika Wickert <awlx@users.noreply.github.com>2020-05-26 09:39:41 +0200
committerGitHub <noreply@github.com>2020-05-26 09:39:41 +0200
commit20ec0bfd931e1c34cd553951fac6fe81d0a5d054 (patch)
tree947e3bdae189d7cb02ff930915623aff069a50a5 /package.json
parent65f04dd68cffbce2a5e232c39ec0b3a99ff2a1ac (diff)
Fix Camera permissions for signed Apps
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index 02ea285..66c3c94 100644
--- a/package.json
+++ b/package.json
@@ -29,7 +29,9 @@
"artifactName": "jitsi-meet.${ext}",
"category": "public.app-category.video",
"darkModeSupport": true,
- "hardenedRuntime": false,
+ "hardenedRuntime": true,
+ "entitlements": "entitlements.mac.plist",
+ "entitlementsInherit": "entitlements.mac.plist",
"extendInfo": {
"NSCameraUsageDescription": "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)."