Mercurial > hg > apm2s
comparison resources/AccessiblePeakMeter-IOSAPP-Info.plist @ 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 Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
3 <plist version="1.0"> | |
4 <dict> | |
5 <key>CFBundleDevelopmentRegion</key> | |
6 <string>English</string> | |
7 <key>CFBundleDisplayName</key> | |
8 <string>${PRODUCT_NAME}</string> | |
9 <key>CFBundleExecutable</key> | |
10 <string>${EXECUTABLE_NAME}</string> | |
11 <key>CFBundleGetInfoString</key> | |
12 <string>1.0.0, Copyright QueenMaryUniversityOfLondon, 2011</string> | |
13 <key>CFBundleIconFile</key> | |
14 <string>AccessiblePeakMeter-icon57x57.png</string> | |
15 <key>CFBundleIdentifier</key> | |
16 <string>com.QueenMaryUniversityOfLondon.${PRODUCT_NAME:rfc1034identifier}</string> | |
17 <key>CFBundleInfoDictionaryVersion</key> | |
18 <string>6.0</string> | |
19 <key>CFBundleName</key> | |
20 <string>${PRODUCT_NAME}</string> | |
21 <key>CFBundlePackageType</key> | |
22 <string>APPL</string> | |
23 <key>CFBundleShortVersionString</key> | |
24 <string>1.0.0</string> | |
25 <key>CFBundleSignature</key> | |
26 <string>????</string> | |
27 <key>CFBundleVersion</key> | |
28 <string>1.0.0</string> | |
29 <key>LSRequiresIPhoneOS</key> | |
30 <true/> | |
31 <key>NSMainNibFile</key> | |
32 <string>MainWindow</string> | |
33 </dict> | |
34 </plist> |