home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 62 / MacAddict_062_2001_10.iso / mac / Software / X / manThor.dmg / manThor.app / Contents / Info.plist next >
Extensible Markup Language  |  2001-06-08  |  1KB  |  56 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>CFBundleDevelopmentRegion</key>
  6.     <string>English</string>
  7.     <key>CFBundleExecutable</key>
  8.     <string>manThor</string>
  9.     <key>CFBundleGetInfoString</key>
  10.     <string>manThor 1.0 ¬©2000 S. L.-H.</string>
  11.     <key>CFBundleIconFile</key>
  12.     <string>ManThor.icns</string>
  13.     <key>CFBundleIdentifier</key>
  14.     <string>com.BlackMac.manThor</string>
  15.     <key>CFBundleInfoDictionaryVersion</key>
  16.     <string>6.0</string>
  17.     <key>CFBundleName</key>
  18.     <string>manThor</string>
  19.     <key>CFBundlePackageType</key>
  20.     <string>APPL</string>
  21.     <key>CFBundleShortVersionString</key>
  22.     <string>1.0</string>
  23.     <key>CFBundleSignature</key>
  24.     <string>MnTr</string>
  25.     <key>CFBundleVersion</key>
  26.     <string>1.0</string>
  27.     <key>NSMainNibFile</key>
  28.     <string>MainMenu</string>
  29.     <key>NSPrincipalClass</key>
  30.     <string>NSApplication</string>
  31.     <key>NSServices</key>
  32.     <array>
  33.         <dict>
  34.             <key>NSKeyEquivalent</key>
  35.             <dict>
  36.                 <key>default</key>
  37.                 <string>M</string>
  38.             </dict>
  39.             <key>NSMenuItem</key>
  40.             <dict>
  41.                 <key>default</key>
  42.                 <string>Show with manThor</string>
  43.             </dict>
  44.             <key>NSMessage</key>
  45.             <string>doSearchService</string>
  46.             <key>NSPortName</key>
  47.             <string>manThor</string>
  48.             <key>NSSendTypes</key>
  49.             <array>
  50.                 <string>NSStringPboardType</string>
  51.             </array>
  52.         </dict>
  53.     </array>
  54. </dict>
  55. </plist>
  56.