home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2009 April / MAC_easy_04_2009.iso / Software / FolderGlance.dmg / Components / FolderGlance.plugin / Contents / Info.plist
Encoding:
Extensible Markup Language  |  2007-11-08  |  1.1 KB  |  41 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//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>FolderGlance</string>
  9.     <key>CFBundleIconFile</key>
  10.     <string>FolderGlance.icns</string>
  11.     <key>CFBundleIdentifier</key>
  12.     <string>com.yellowlemonsoftware.FolderGlance</string>
  13.     <key>CFBundleInfoDictionaryVersion</key>
  14.     <string>6.0</string>
  15.     <key>CFBundlePackageType</key>
  16.     <string>BNDL</string>
  17.     <key>CFBundleSignature</key>
  18.     <string>FGnc</string>
  19.     <key>CFBundleVersion</key>
  20.     <string>2.1.1</string>
  21.     <key>CFPlugInDynamicRegisterFunction</key>
  22.     <string></string>
  23.     <key>CFPlugInDynamicRegistration</key>
  24.     <string>NO</string>
  25.     <key>CFPlugInFactories</key>
  26.     <dict>
  27.         <key>F4B8F3A4-8811-421B-8980-5D4AABCC8DA3</key>
  28.         <string>fg_factory</string>
  29.     </dict>
  30.     <key>CFPlugInTypes</key>
  31.     <dict>
  32.         <key>2F6522E9-3E66-11D5-80A7-003065B300BC</key>
  33.         <array>
  34.             <string>F4B8F3A4-8811-421B-8980-5D4AABCC8DA3</string>
  35.         </array>
  36.     </dict>
  37.     <key>CFPlugInUnloadFunction</key>
  38.     <string></string>
  39. </dict>
  40. </plist>
  41.