Mercurial > hg > tony
annotate deploy/osx/Entitlements.plist @ 641:327177b6bd3a v2.1pre2
Fix recently-introduced bug that made the scale disappear and tracks jump around when toggling off the spectrogram
author | Chris Cannam |
---|---|
date | Thu, 17 Oct 2019 14:44:55 +0100 |
parents | fe1a77d4aeaa |
children |
rev | line source |
---|---|
cannam@567 | 1 <?xml version="1.0" encoding="utf-8"?> |
cannam@567 | 2 <plist version="1.0"> |
cannam@567 | 3 <dict> |
Chris@619 | 4 <!-- |
cannam@567 | 5 <key>com.apple.security.app-sandbox</key> |
cannam@567 | 6 <true/> |
cannam@567 | 7 <key>com.apple.security.files.user-selected.read-write</key> |
cannam@567 | 8 <true/> |
Chris@619 | 9 --> |
Chris@619 | 10 <key>com.apple.security.app-sandbox</key> |
Chris@619 | 11 <false/> |
cannam@567 | 12 <key>com.apple.security.device.audio-input</key> |
cannam@567 | 13 <true/> |
cannam@567 | 14 </dict> |
cannam@567 | 15 </plist> |