view deploy/osx/HelperEntitlements.plist @ 2538:9910ba30a572

Update subrepos with various performance tweaks; when rebuilding menus, delete old actions (turns out addAction(QAction*) doesn't take ownership - I did know this once, but...)
author Chris Cannam
date Thu, 14 May 2020 16:40:20 +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>