From 14806b2d0010a1a26e57fc9066d44efd79d82871 Mon Sep 17 00:00:00 2001 From: Amine Mouafik Date: Mon, 23 Dec 2019 20:56:54 +0100 Subject: Put same entitlements in inherit file Otherwise the app wasn't starting and crashing with a SIGTRAP. I can't find the GitHub comment recommending to that as a fix to the ecountered issue but will add the link the the commit comments if I run into it again. --- build-helpers/entitlements.mas.inherit.plist | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'build-helpers/entitlements.mas.inherit.plist') diff --git a/build-helpers/entitlements.mas.inherit.plist b/build-helpers/entitlements.mas.inherit.plist index e33c2158e..ef14228f0 100644 --- a/build-helpers/entitlements.mas.inherit.plist +++ b/build-helpers/entitlements.mas.inherit.plist @@ -2,7 +2,19 @@ - com.apple.security.inherit + com.apple.security.cs.allow-jit + + com.apple.security.cs.allow-unsigned-executable-memory + + com.apple.security.cs.disable-library-validation + + com.apple.security.device.camera + + com.apple.security.device.microphone + + com.apple.security.device.audio-input + + com.apple.security.network.client \ No newline at end of file -- cgit v1.2.3-70-g09d2