Mercurial > hg > tony
annotate deploy/osx/Entitlements.plist @ 698:ee97c742d184 tip
Default branch is now named default on git as well as hg, in case we ever want to switch to mirroring in the other direction
author | Chris Cannam |
---|---|
date | Thu, 27 Aug 2020 15:58:43 +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> |