Mercurial > hg > apm
diff resources/AccessiblePeakMeter.entitlements @ 0:c0ead20bda4d
first commit
author | Fiore Martin <f.martin@qmul.ac.uk> |
---|---|
date | Mon, 08 Jun 2015 11:49:43 +0100 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/resources/AccessiblePeakMeter.entitlements Mon Jun 08 11:49:43 2015 +0100 @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<plist version="1.0"> +<dict> + <key>com.apple.security.app-sandbox</key> + <true/> + <key>com.apple.security.device.microphone</key> + <true/> + <key>com.apple.security.device.usb</key> + <true/> + <key>com.apple.security.device.firewire</key> + <true/> + <key>com.apple.security.files.user-selected.read-write</key> + <true/> +</dict> +</plist>