home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 114 / macaddict114.cdr / Software / Interface / FinderCleaner.dmg / FinderCleaner.app / Contents / Info.plist next >
Encoding:
Extensible Markup Language  |  2005-10-24  |  1.2 KB  |  51 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>CFBundleAllowMixedLocalizations</key>
  6.     <true/>
  7.     <key>CFBundleDevelopmentRegion</key>
  8.     <string>English</string>
  9.     <key>CFBundleDocumentTypes</key>
  10.     <array>
  11.         <dict>
  12.             <key>CFBundleTypeExtensions</key>
  13.             <array>
  14.                 <string>*</string>
  15.             </array>
  16.             <key>CFBundleTypeOSTypes</key>
  17.             <array>
  18.                 <string>****</string>
  19.             </array>
  20.             <key>CFBundleTypeRole</key>
  21.             <string>Viewer</string>
  22.         </dict>
  23.     </array>
  24.     <key>CFBundleExecutable</key>
  25.     <string>droplet</string>
  26.     <key>CFBundleIconFile</key>
  27.     <string>droplet</string>
  28.     <key>CFBundleInfoDictionaryVersion</key>
  29.     <string>6.0</string>
  30.     <key>CFBundleName</key>
  31.     <string>FinderCleaner</string>
  32.     <key>CFBundlePackageType</key>
  33.     <string>APPL</string>
  34.     <key>CFBundleSignature</key>
  35.     <string>dplt</string>
  36.     <key>LSRequiresCarbon</key>
  37.     <true/>
  38.     <key>WindowState</key>
  39.     <dict>
  40.         <key>name</key>
  41.         <string>ScriptWindowState</string>
  42.         <key>positionOfDivider</key>
  43.         <real>559</real>
  44.         <key>savedFrame</key>
  45.         <string>0 103 1024 643 0 0 1024 746 </string>
  46.         <key>selectedTabView</key>
  47.         <string>result</string>
  48.     </dict>
  49. </dict>
  50. </plist>
  51.