comparison 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
comparison
equal deleted inserted replaced
76:f913cf823628 77:899c31350e8d
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>CFBundleExecutable</key>
8 <string>xtract~</string>
9 <key>CFBundleIconFile</key>
10 <string></string>
11 <key>CFBundleIdentifier</key>
12 <string>co.uk.postlude</string>
13 <key>CFBundleInfoDictionaryVersion</key>
14 <string>6.0</string>
15 <key>CFBundlePackageType</key>
16 <string>iLaX</string>
17 <key>CFBundleSignature</key>
18 <string>max2</string>
19 <key>CFBundleVersion</key>
20 <string>1.0</string>
21 <key>CSResourcesFileMapped</key>
22 <true/>
23 </dict>
24 </plist>