annotate resources/AccessibleSpectrumAnalyser.entitlements @ 1:2ca5d7440b5c tip

added README
author Fiore Martin <f.martin@qmul.ac.uk>
date Fri, 26 Feb 2016 16:11:20 +0000
parents 3004dd663202
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>