Mercurial > hg > libxtract
annotate examples/MSP/Info.plist @ 80:3289a8a75c54
'Fix' version bump.
author | Jamie Bullock <jamie@postlude.co.uk> |
---|---|
date | Sun, 19 Aug 2007 21:29:14 +0000 |
parents | 899c31350e8d |
children |
rev | line source |
---|---|
jamie@77 | 1 <?xml version="1.0" encoding="UTF-8"?> |
jamie@77 | 2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
jamie@77 | 3 <plist version="1.0"> |
jamie@77 | 4 <dict> |
jamie@77 | 5 <key>CFBundleDevelopmentRegion</key> |
jamie@77 | 6 <string>English</string> |
jamie@77 | 7 <key>CFBundleExecutable</key> |
jamie@77 | 8 <string>xtract~</string> |
jamie@77 | 9 <key>CFBundleIconFile</key> |
jamie@77 | 10 <string></string> |
jamie@77 | 11 <key>CFBundleIdentifier</key> |
jamie@77 | 12 <string>co.uk.postlude</string> |
jamie@77 | 13 <key>CFBundleInfoDictionaryVersion</key> |
jamie@77 | 14 <string>6.0</string> |
jamie@77 | 15 <key>CFBundlePackageType</key> |
jamie@77 | 16 <string>iLaX</string> |
jamie@77 | 17 <key>CFBundleSignature</key> |
jamie@77 | 18 <string>max2</string> |
jamie@77 | 19 <key>CFBundleVersion</key> |
jamie@77 | 20 <string>1.0</string> |
jamie@77 | 21 <key>CSResourcesFileMapped</key> |
jamie@77 | 22 <true/> |
jamie@77 | 23 </dict> |
jamie@77 | 24 </plist> |