Mercurial > hg > tony
view deploy/osx/Entitlements.plist @ 586:1dfdbd017cf5
Suppress property boxes. They aren't visible anyway, but updates to their invisible state seems to be causing problems with certain Qt builds on Windows.
author | Chris Cannam |
---|---|
date | Wed, 04 Sep 2019 14:19:57 +0100 |
parents | dd344309667f |
children | fe1a77d4aeaa |
line wrap: on
line source
<?xml version="1.0" encoding="utf-8"?> <plist version="1.0"> <dict> <key>com.apple.security.app-sandbox</key> <true/> <key>com.apple.security.files.user-selected.read-write</key> <true/> <key>com.apple.security.device.audio-input</key> <true/> </dict> </plist>