diff options
Diffstat (limited to 'macosx/HandBrake-RuntimeOnly.entitlements')
-rw-r--r-- | macosx/HandBrake-RuntimeOnly.entitlements | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/macosx/HandBrake-RuntimeOnly.entitlements b/macosx/HandBrake-RuntimeOnly.entitlements new file mode 100644 index 000000000..1551075c2 --- /dev/null +++ b/macosx/HandBrake-RuntimeOnly.entitlements @@ -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.automation.apple-events</key> + <true/> + <key>com.apple.security.cs.disable-library-validation</key> + <true/> +</dict> +</plist> |