Mercurial > hg > tony
annotate deploy/osx/Entitlements.plist @ 567:dd344309667f
Some work on macOS deployment - trying to get this one working with sandboxing. File saving is currently not working (temporary file write failing perhaps?)
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Tue, 19 Feb 2019 17:46:01 +0000 |
parents | |
children | fe1a77d4aeaa |
rev | line source |
---|---|
cannam@567 | 1 <?xml version="1.0" encoding="utf-8"?> |
cannam@567 | 2 <plist version="1.0"> |
cannam@567 | 3 <dict> |
cannam@567 | 4 <key>com.apple.security.app-sandbox</key> |
cannam@567 | 5 <true/> |
cannam@567 | 6 <key>com.apple.security.files.user-selected.read-write</key> |
cannam@567 | 7 <true/> |
cannam@567 | 8 <key>com.apple.security.device.audio-input</key> |
cannam@567 | 9 <true/> |
cannam@567 | 10 </dict> |
cannam@567 | 11 </plist> |