annotate resources/AccessiblePeakMeter-IOSAPP-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>CFBundleDisplayName</key>
f@0 8 <string>${PRODUCT_NAME}</string>
f@0 9 <key>CFBundleExecutable</key>
f@0 10 <string>${EXECUTABLE_NAME}</string>
f@0 11 <key>CFBundleGetInfoString</key>
f@0 12 <string>1.0.0, Copyright QueenMaryUniversityOfLondon, 2011</string>
f@0 13 <key>CFBundleIconFile</key>
f@0 14 <string>AccessiblePeakMeter-icon57x57.png</string>
f@0 15 <key>CFBundleIdentifier</key>
f@0 16 <string>com.QueenMaryUniversityOfLondon.${PRODUCT_NAME:rfc1034identifier}</string>
f@0 17 <key>CFBundleInfoDictionaryVersion</key>
f@0 18 <string>6.0</string>
f@0 19 <key>CFBundleName</key>
f@0 20 <string>${PRODUCT_NAME}</string>
f@0 21 <key>CFBundlePackageType</key>
f@0 22 <string>APPL</string>
f@0 23 <key>CFBundleShortVersionString</key>
f@0 24 <string>1.0.0</string>
f@0 25 <key>CFBundleSignature</key>
f@0 26 <string>????</string>
f@0 27 <key>CFBundleVersion</key>
f@0 28 <string>1.0.0</string>
f@0 29 <key>LSRequiresIPhoneOS</key>
f@0 30 <true/>
f@0 31 <key>NSMainNibFile</key>
f@0 32 <string>MainWindow</string>
f@0 33 </dict>
f@0 34 </plist>