view deploy/osx/HelperEntitlements.plist @ 2499:048d9eed0a1f

Small subrepo fixes, and update tests following fixes to the QM plugin used for the tests
author Chris Cannam
date Thu, 09 Apr 2020 15:00:52 +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>