Info.plist

Go to the documentation of this file.
00001 <?xml version="1.0" encoding="UTF-8"?>
00002 <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
00003 <plist version="0.9">
00004 <dict>
00005         <key>CFBundleIconFile</key>
00006         <string>hippodraw.icns</string>
00007         <key>CFBundlePackageType</key>
00008         <string>APPL</string>
00009         <key>CFBundleGetInfoString</key>
00010         <string>Created by make</string>
00011         <key>CFBundleSignature</key>
00012         <string>ttxt</string>
00013         <key>CFBundleExecutable</key>
00014         <string>hippodraw</string>
00015         <key>CFBundleDocumentTypes</key>
00016         <array>
00017                 <dict>
00018                         <key>CFBundleTypeExtensions</key>
00019                         <array>
00020                                 <string>hpo</string>
00021                                 <string>tnt</string>
00022                                 <string>fits</string>
00023                                 <string>root</string>
00024                         </array>
00025                         <key>CFBundleTypeIconFile</key>
00026                         <string>hippodraw.icns</string>
00027                         <key>CFBundleTypeRole</key>
00028                         <string>Editor</string>
00029                         <key>LSIsAppleDefaultForType</key>
00030                         <true/>
00031                 </dict>
00032         </array>
00033         <key>NOTE</key>
00034         <string>HippoDraw by Stanford UniversityS</string>
00035 </dict>
00036 </plist>

Generated for HippoDraw Class Library by doxygen