blob: 4579570e555926c38f83babdc4dc51dba6797b1e (
plain)
1
2
3
4
5
6
7
8
9
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>
|