diff deploy/osx/HelperEntitlements.plist @ 2385:f6398deea932

Attempt to request to load unsigned plugins. Not helping with the plugins that are currently failing.
author Chris Cannam
date Thu, 17 Oct 2019 15:33:05 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/deploy/osx/HelperEntitlements.plist	Thu Oct 17 15:33:05 2019 +0100
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<plist version="1.0">
+    <dict>
+        <key>com.apple.security.app-sandbox</key>
+        <false/>
+        <key>com.apple.security.cs.disable-library-validation</key>
+        <true/>
+        <key>com.apple.security.cs.allow-jit</key>
+	<true/>
+    </dict>
+</plist>