view deploy/osx/HelperEntitlements.plist @ 2468:f9e2a4434764

Provide slightly less useless error message when trying to open corrupt or mis-suffixed audio file
author Chris Cannam
date Wed, 05 Feb 2020 10:46:18 +0000
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>