home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September / CHIP_CD_2004-09.iso / macos / pack1 / files / Beholder.dmg / Beholder.app / Contents / Info.plist next >
Extensible Markup Language  |  2004-07-10  |  2KB  |  94 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
  3. <plist version="0.9">
  4. <dict>
  5.     <key>CFBundleIdentifier</key>
  6.     <string>com.mesadynamics.beholder</string>
  7.     <key>CFBundleName</key>
  8.     <string>Beholder</string>
  9.     <key>CFBundleGetInfoString</key>
  10.     <string>Beholder 1.5, Copyright ┬⌐ 2003-2004 Mesa Dynamics, LLC</string>
  11.     <key>CFBundleShortVersionString</key>
  12.     <string>Beholder 1.5</string>
  13.     <key>CFBundleIconFile</key>
  14.     <string>Beholder.icns</string>
  15.     <key>CFBundleHelpBookFolder</key>
  16.     <string>Beholder Help</string>
  17.     <key>CFBundleHelpBookName</key>
  18.     <string>Beholder Help</string>
  19.     <key>CFBundlePackageType</key>
  20.     <string>APPL</string>
  21.     <key>CFBundleSignature</key>
  22.     <string>mDbH</string>
  23.     <key>CFBundleExecutable</key>
  24.     <string>Beholder</string>
  25.     <key>CFBundleVersion</key>
  26.     <string>1.5</string>
  27.     <key>CFBundleDevelopmentRegion</key>
  28.     <string>English</string>
  29.     <key>CFBundleInfoDictionaryVersion</key>
  30.     <string>6.0</string>
  31.     <key>LSRequiresCarbon</key>
  32.     <true/>
  33.     <key>CFBundleDocumentTypes</key>
  34.     <array>
  35.         <dict>
  36.             <key>CFBundleTypeName</key>
  37.             <string>Beholder Settings</string>
  38.             <key>CFBundleTypeOSTypes</key>
  39.             <array>
  40.                 <string>pref</string>
  41.             </array>
  42.             <key>CFBundleTypeRole</key>
  43.             <string>None</string>
  44.             <key>CFBundleTypeIconFile</key>
  45.             <string>Preferences.icns</string>
  46.         </dict>
  47.         <dict>
  48.             <key>CFBundleTypeName</key>
  49.             <string>Beholder Search Engine</string>
  50.             <key>CFBundleTypeOSTypes</key>
  51.             <array>
  52.                 <string>srch</string>
  53.             </array>
  54.             <key>CFBundleTypeRole</key>
  55.             <string>None</string>
  56.             <key>CFBundleTypeIconFile</key>
  57.             <string>Document.icns</string>
  58.         </dict>
  59.         <dict>
  60.             <key>CFBundleTypeName</key>
  61.             <string>Beholder Drop Search</string>
  62.             <key>CFBundleTypeOSTypes</key>
  63.             <array>
  64.                 <string>drop</string>
  65.             </array>
  66.             <key>CFBundleTypeExtensions</key>
  67.             <array>
  68.                 <string>drop</string>
  69.             </array>
  70.             <key>CFBundleTypeRole</key>
  71.             <string>Editor</string>
  72.             <key>CFBundleTypeIconFile</key>
  73.             <string>Document.icns</string>
  74.         </dict>
  75.         <dict>
  76.             <key>CFBundleTypeName</key>
  77.             <string>Beholder Search Results</string>
  78.             <key>CFBundleTypeOSTypes</key>
  79.             <array>
  80.                 <string>rslt</string>
  81.             </array>
  82.             <key>CFBundleTypeExtensions</key>
  83.             <array>
  84.                 <string>eye</string>
  85.             </array>
  86.             <key>CFBundleTypeRole</key>
  87.             <string>Editor</string>
  88.             <key>CFBundleTypeIconFile</key>
  89.             <string>Results.icns</string>
  90.         </dict>
  91.     </array>
  92. </dict>
  93. </plist>
  94.