diff options
Diffstat (limited to 'cmake/macos/entitlements.plist')
| -rw-r--r-- | cmake/macos/entitlements.plist | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/cmake/macos/entitlements.plist b/cmake/macos/entitlements.plist new file mode 100644 index 000000000..4579570e5 --- /dev/null +++ b/cmake/macos/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> + <!-- Allow the app to load the Homebrew/relinked dylibs bundled under + Contents/Frameworks when running with the hardened runtime. --> + <key>com.apple.security.cs.disable-library-validation</key> + <true/> +</dict> +</plist> |
