Mercurial > hg > tony
annotate deploy/osx/Entitlements.plist @ 666:f298c1903e0f v2.1
Removed tag v2.1_win64
author | Chris Cannam |
---|---|
date | Fri, 25 Oct 2019 12:16:12 +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> |