annotate tim_grid_mapper/grid_mapper.app/Contents/Info.plist @ 50:f4c6999ecfe9 tip

added the files on my computer that aren't aiff s> these shoudl be everything for the big bang fair 2011 - heresy, and tim's file's also here
author Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk>
date Sat, 08 Oct 2011 22:12:49 +0100
parents
children
rev   line source
andrew@50 1 <?xml version="1.0" encoding="UTF-8"?>
andrew@50 2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
andrew@50 3 <plist version="1.0">
andrew@50 4 <dict>
andrew@50 5 <key>CFBundleDevelopmentRegion</key>
andrew@50 6 <string>English</string>
andrew@50 7 <key>CFBundleDocumentTypes</key>
andrew@50 8 <array>
andrew@50 9 <dict>
andrew@50 10 <key>CFBundleTypeOSTypes</key>
andrew@50 11 <array>
andrew@50 12 <string>****</string>
andrew@50 13 <string>fold</string>
andrew@50 14 <string>disk</string>
andrew@50 15 </array>
andrew@50 16 <key>CFBundleTypeRole</key>
andrew@50 17 <string>Viewer</string>
andrew@50 18 </dict>
andrew@50 19 </array>
andrew@50 20 <key>CFBundleExecutable</key>
andrew@50 21 <string>grid_mapper</string>
andrew@50 22 <key>CFBundleIconFile</key>
andrew@50 23 <string>PythonApplet.icns</string>
andrew@50 24 <key>CFBundleIdentifier</key>
andrew@50 25 <string>grid_mapper</string>
andrew@50 26 <key>CFBundleInfoDictionaryVersion</key>
andrew@50 27 <string>6.0</string>
andrew@50 28 <key>CFBundleName</key>
andrew@50 29 <string>grid_mapper</string>
andrew@50 30 <key>CFBundlePackageType</key>
andrew@50 31 <string>APPL</string>
andrew@50 32 <key>CFBundleSignature</key>
andrew@50 33 <string>????</string>
andrew@50 34 </dict>
andrew@50 35 </plist>