home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / Chip_2004-04_cd1.bin / opsys / macos / ecro / ecro.dmg / EasyCrop.app / Contents / Info.plist next >
Extensible Markup Language  |  2004-02-24  |  1KB  |  52 lines

  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>CFBundleDocumentTypes</key>
  8.     <array>
  9.         <dict>
  10.             <key>CFBundleTypeExtensions</key>
  11.             <array>
  12.                 <string>jpg</string>
  13.                 <string>gif</string>
  14.                 <string>png</string>
  15.                 <string>psd</string>
  16.                 <string>tiff</string>
  17.             </array>
  18.             <key>CFBundleTypeName</key>
  19.             <string>Images</string>
  20.             <key>CFBundleTypeRole</key>
  21.             <string>None</string>
  22.         </dict>
  23.     </array>
  24.     <key>CFBundleExecutable</key>
  25.     <string>EasyCrop</string>
  26.     <key>CFBundleGetInfoString</key>
  27.     <string>EasyCrop 1.5.8 Copyright 2003 Yellow Mug Software</string>
  28.     <key>CFBundleHelpBookFolder</key>
  29.     <string>EasyCrop Help Folder</string>
  30.     <key>CFBundleHelpBookName</key>
  31.     <string>EasyCrop Help</string>
  32.     <key>CFBundleIconFile</key>
  33.     <string>sc</string>
  34.     <key>CFBundleInfoDictionaryVersion</key>
  35.     <string>6.0</string>
  36.     <key>CFBundleName</key>
  37.     <string>EasyCrop</string>
  38.     <key>CFBundlePackageType</key>
  39.     <string>APPL</string>
  40.     <key>CFBundleShortVersionString</key>
  41.     <string>EasyCrop 1.5.8</string>
  42.     <key>CFBundleSignature</key>
  43.     <string>????</string>
  44.     <key>CFBundleVersion</key>
  45.     <string>1.5.8</string>
  46.     <key>NSMainNibFile</key>
  47.     <string>MainMenu</string>
  48.     <key>NSPrincipalClass</key>
  49.     <string>NSApplication</string>
  50. </dict>
  51. </plist>
  52.