- Update BASS and friends to latest versions - Remove unused unmo3 library - Add entitlements to Hardened Runtime for unsigned plugins (for AU MIDI playback), and for executable memory use (for the USF recompiler) - TODO: Replace Growl branding with generic notification icon
10 lines
334 B
XML
10 lines
334 B
XML
<?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.allow-unsigned-executable-memory</key>
|
|
<true/>
|
|
<key>com.apple.security.cs.disable-library-validation</key>
|
|
<true/>
|
|
</dict>
|
|
</plist>
|