Mercurial > hg > apm2s
comparison 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 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4606bd505630 |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | |
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
3 <plist version="1.0"> | |
4 <dict> | |
5 <key>com.apple.security.app-sandbox</key> | |
6 <true/> | |
7 <key>com.apple.security.device.microphone</key> | |
8 <true/> | |
9 <key>com.apple.security.device.usb</key> | |
10 <true/> | |
11 <key>com.apple.security.device.firewire</key> | |
12 <true/> | |
13 <key>com.apple.security.files.user-selected.read-write</key> | |
14 <true/> | |
15 </dict> | |
16 </plist> |