Mercurial > hg > sonic-visualiser
annotate deploy/osx/HelperEntitlements.plist @ 2596:04d381f0d89a tip
Default branch is now named default on git as well as hg, in case we ever want to switch to mirroring in the other direction
author | Chris Cannam |
---|---|
date | Thu, 27 Aug 2020 15:58:56 +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> |