annotate examples/MSP/Info.plist @ 77:899c31350e8d

Added Max/MSP external to examples. There are problems (memory I think), but the basic code is there
author Jamie Bullock <jamie@postlude.co.uk>
date Tue, 31 Jul 2007 20:44:17 +0000
parents
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>