summaryrefslogtreecommitdiff
path: root/dist/installer/mac/entitlements.plist
diff options
context:
space:
mode:
Diffstat (limited to 'dist/installer/mac/entitlements.plist')
-rw-r--r--dist/installer/mac/entitlements.plist10
1 files changed, 10 insertions, 0 deletions
diff --git a/dist/installer/mac/entitlements.plist b/dist/installer/mac/entitlements.plist
new file mode 100644
index 0000000000..0aae7ab39d
--- /dev/null
+++ b/dist/installer/mac/entitlements.plist
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>com.apple.security.cs.debugger</key>
+ <true/>
+ <key>com.apple.security.cs.disable-library-validation</key>
+ <true/>
+</dict>
+</plist>