home *** CD-ROM | disk | FTP | other *** search
/ Chip 2008 June / CHIP-2008-06.iso / macos / Baseline / Baseline.app / Contents / Info.plist next >
Encoding:
Extensible Markup Language  |  2008-03-31  |  2.0 KB  |  66 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>baseline</string>
  13.             </array>
  14.             <key>CFBundleTypeIconFile</key>
  15.             <string>BaselineDocument.icns</string>
  16.             <key>CFBundleTypeName</key>
  17.             <string>Baseline Scan</string>
  18.             <key>CFBundleTypeRole</key>
  19.             <string>Editor</string>
  20.             <key>LSTypeIsPackage</key>
  21.             <true/>
  22.         </dict>
  23.     </array>
  24.     <key>CFBundleExecutable</key>
  25.     <string>Baseline</string>
  26.     <key>CFBundleGetInfoString</key>
  27.     <string>"Baseline" 1.1.9, Copyright ┬⌐ 2007-2008 MildMannered Industries Ltd.</string>
  28.     <key>CFBundleHelpBookFolder</key>
  29.     <string>Baseline Help</string>
  30.     <key>CFBundleHelpBookName</key>
  31.     <string>Baseline Help</string>
  32.     <key>CFBundleIconFile</key>
  33.     <string>Baseline</string>
  34.     <key>CFBundleIdentifier</key>
  35.     <string>com.mildmanneredindustries.baseline</string>
  36.     <key>CFBundleInfoDictionaryVersion</key>
  37.     <string>6.0</string>
  38.     <key>CFBundleName</key>
  39.     <string>Baseline</string>
  40.     <key>CFBundlePackageType</key>
  41.     <string>APPL</string>
  42.     <key>CFBundleShortVersionString</key>
  43.     <string>1.1.9</string>
  44.     <key>CFBundleSignature</key>
  45.     <string>MMJa</string>
  46.     <key>CFBundleVersion</key>
  47.     <string>46</string>
  48.     <key>NSAppleScriptEnabled</key>
  49.     <string>YES</string>
  50.     <key>NSHumanReadableCopyright</key>
  51.     <string>Copyright ┬⌐ 2007-2008 MildMannered Industries Ltd.</string>
  52.     <key>NSMainNibFile</key>
  53.     <string>MainMenu</string>
  54.     <key>NSPrincipalClass</key>
  55.     <string>MMICleanerApplication</string>
  56.     <key>OSAScriptingDefinition</key>
  57.     <string>Baseline.sdef</string>
  58.     <key>SUCheckAtStartup</key>
  59.     <false/>
  60.     <key>SUFeedURL</key>
  61.     <string>http://www.mildmanneredindustries.com/baseline/baseline_appcast.xml</string>
  62.     <key>com.apple.PreferenceSync.ExcludeAllSyncKeys</key>
  63.     <true/>
  64. </dict>
  65. </plist>
  66.