annotate resources/AccessiblePeakMeter-RTAS-Info.plist @ 2:33aaa48d4d16
tip
changed "meter type" to "sonification type"
author |
Fiore Martin <f.martin@qmul.ac.uk> |
date |
Sat, 13 Jun 2015 15:14:20 +0100 |
parents |
c0ead20bda4d |
children |
|
rev |
line source |
f@0
|
1 <?xml version="1.0" encoding="UTF-8"?>
|
f@0
|
2 <!DOCTYPE plist PUBLIC "-//Apple Computer//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>CFBundleDevelopmentRegion</key>
|
f@0
|
6 <string>English</string>
|
f@0
|
7 <key>CFBundleExecutable</key>
|
f@0
|
8 <string>${BINARY_NAME}</string>
|
f@0
|
9 <key>CFBundleGetInfoString</key>
|
f@0
|
10 <string>1.0.0, Copyright QueenMaryUniversityOfLondon, 2012</string>
|
f@0
|
11 <key>CFBundleIdentifier</key>
|
f@0
|
12 <string>com.QueenMaryUniversityOfLondon.rtas.${BINARY_NAME}</string>
|
f@0
|
13 <key>CFBundleInfoDictionaryVersion</key>
|
f@0
|
14 <string>6.0</string>
|
f@0
|
15 <key>CFBundleName</key>
|
f@0
|
16 <string>${BINARY_NAME}</string>
|
f@0
|
17 <key>CFBundlePackageType</key>
|
f@0
|
18 <string>TDMw</string>
|
f@0
|
19 <key>CFBundleShortVersionString</key>
|
f@0
|
20 <string>1.0.0</string>
|
f@0
|
21 <key>CFBundleSignature</key>
|
f@0
|
22 <string>PTul</string>
|
f@0
|
23 <key>CFBundleVersion</key>
|
f@0
|
24 <string>1.0.0</string>
|
f@0
|
25 <key>LSMultipleInstancesProhibited</key>
|
f@0
|
26 <string>true</string>
|
f@0
|
27 <key>LSPrefersCarbon</key>
|
f@0
|
28 <true/>
|
f@0
|
29 <key>NSAppleScriptEnabled</key>
|
f@0
|
30 <string>No</string>
|
f@0
|
31 </dict>
|
f@0
|
32 </plist>
|