From 55df677e55991397760daf37aee3ddf7b6a89319 Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Fri, 28 Feb 2020 15:16:01 +0100 Subject: [PATCH] fix: com.apple.security.cs.allow-jit "[..] if a plug-in employs deep integration with the host executable via C function pointer overrides, or uses a JavaScript engine for custom workflows, the host executable must declare the Allow Unsigned Executable Memory Entitlement or Allow Execution of JIT-compiled Code Entitlement, respectively." https://developer.apple.com/documentation/xcode/notarizing_macos_software_before_distribution License: MIT Signed-off-by: Marcin Rataj --- pkgs/macos/entitlements.mac.plist | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/macos/entitlements.mac.plist b/pkgs/macos/entitlements.mac.plist index d6b93bc0b..55f37a696 100644 --- a/pkgs/macos/entitlements.mac.plist +++ b/pkgs/macos/entitlements.mac.plist @@ -2,6 +2,8 @@ + com.apple.security.cs.allow-jit + com.apple.security.cs.allow-unsigned-executable-memory