diff --git a/entitlements.mac.plist b/entitlements.mac.plist new file mode 100644 index 0000000..44e16f9 --- /dev/null +++ b/entitlements.mac.plist @@ -0,0 +1,20 @@ + + + + + com.apple.security.cs.allow-jit + + com.apple.security.cs.allow-unsigned-executable-memory + + com.apple.security.cs.allow-dyld-environment-variables + + com.apple.security.cs.disable-library-validation + + com.apple.security.device.camera + + com.apple.security.device.microphone + + com.apple.security.device.audio-input + + + 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)."