Mercurial > hg > tony
comparison deploy/osx/Entitlements.plist @ 619:fe1a77d4aeaa
Update deployment scripts - make the copy-and-update-paths deployment a smaller unit that is run after any build, separate out signing, and add notarization script
author | Chris Cannam |
---|---|
date | Thu, 10 Oct 2019 13:17:29 +0100 |
parents | dd344309667f |
children |
comparison
equal
deleted
inserted
replaced
610:287b7b349a8a | 619:fe1a77d4aeaa |
---|---|
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <plist version="1.0"> | 2 <plist version="1.0"> |
3 <dict> | 3 <dict> |
4 <!-- | |
4 <key>com.apple.security.app-sandbox</key> | 5 <key>com.apple.security.app-sandbox</key> |
5 <true/> | 6 <true/> |
6 <key>com.apple.security.files.user-selected.read-write</key> | 7 <key>com.apple.security.files.user-selected.read-write</key> |
7 <true/> | 8 <true/> |
9 --> | |
10 <key>com.apple.security.app-sandbox</key> | |
11 <false/> | |
8 <key>com.apple.security.device.audio-input</key> | 12 <key>com.apple.security.device.audio-input</key> |
9 <true/> | 13 <true/> |
10 </dict> | 14 </dict> |
11 </plist> | 15 </plist> |