Mercurial > hg > sonic-visualiser
view deploy/osx/Entitlements.plist @ 2463:7e70382e6ece background-mode
Render dark splash in dark mode (on platforms where OSReportsDarkThemeActive() works, i.e. only Windows at present - can't base this on actual UI colours as we haven't created the UI yet)
author | Chris Cannam |
---|---|
date | Fri, 24 Jan 2020 12:43:13 +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.device.audio-input</key> <true/> <key>com.apple.security.cs.disable-library-validation</key> <true/> <key>com.apple.security.cs.allow-jit</key> <true/> </dict> </plist>