Mercurial > hg > apm2s
annotate resources/AccessiblePeakMeter.entitlements @ 0:4606bd505630 tip
first import
author | Fiore Martin <f.martin@qmul.ac.uk> |
---|---|
date | Sat, 13 Jun 2015 15:08:10 +0100 |
parents | |
children |
rev | line source |
---|---|
f@0 | 1 <?xml version="1.0" encoding="UTF-8"?> |
f@0 | 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
f@0 | 3 <plist version="1.0"> |
f@0 | 4 <dict> |
f@0 | 5 <key>com.apple.security.app-sandbox</key> |
f@0 | 6 <true/> |
f@0 | 7 <key>com.apple.security.device.microphone</key> |
f@0 | 8 <true/> |
f@0 | 9 <key>com.apple.security.device.usb</key> |
f@0 | 10 <true/> |
f@0 | 11 <key>com.apple.security.device.firewire</key> |
f@0 | 12 <true/> |
f@0 | 13 <key>com.apple.security.files.user-selected.read-write</key> |
f@0 | 14 <true/> |
f@0 | 15 </dict> |
f@0 | 16 </plist> |