Mercurial > hg > sonic-visualiser
annotate 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 |
rev | line source |
---|---|
Chris@2385 | 1 <?xml version="1.0" encoding="utf-8"?> |
Chris@2385 | 2 <plist version="1.0"> |
Chris@2385 | 3 <dict> |
Chris@2385 | 4 <key>com.apple.security.app-sandbox</key> |
Chris@2385 | 5 <false/> |
Chris@2385 | 6 <key>com.apple.security.cs.disable-library-validation</key> |
Chris@2385 | 7 <true/> |
Chris@2385 | 8 <key>com.apple.security.cs.allow-jit</key> |
Chris@2385 | 9 <true/> |
Chris@2385 | 10 </dict> |
Chris@2385 | 11 </plist> |