Mercurial > hg > sonic-visualiser
view deploy/osx/HelperEntitlements.plist @ 2534:0dec5e47dd8f
Avoid dialog that says you must open audio before importing an annotation, in the case where the file being opened is not a plausible annotation one in the first place (e.g. an unsupported audio format)
author | Chris Cannam |
---|---|
date | Mon, 11 May 2020 17:30:51 +0100 |
parents | f6398deea932 |
children |
line wrap: on
line source
<?xml version="1.0" encoding="utf-8"?> <plist version="1.0"> <dict> <key>com.apple.security.app-sandbox</key> <false/> <key>com.apple.security.cs.disable-library-validation</key> <true/> <key>com.apple.security.cs.allow-jit</key> <true/> </dict> </plist>