home *** CD-ROM | disk | FTP | other *** search
/ Apple Developer Connectio…eloper Series 2005 March / Dev.CD Mar 05.iso / Utilities / Java / Input Method HotKey.app / Contents / Info.plist next >
Encoding:
Extensible Markup Language  |  2004-04-22  |  1.1 KB  |  40 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>CFBundleExecutable</key>
  8.     <string>Input Method HotKey</string>
  9.     <key>CFBundleGetInfoString</key>
  10.     <string>2.0.2, Copyright 2001-2004, Apple Computer</string>
  11.     <key>CFBundleIdentifier</key>
  12.     <string>com.apple.java.imhotkey</string>
  13.     <key>CFBundleInfoDictionaryVersion</key>
  14.     <string>6.0</string>
  15.     <key>CFBundleName</key>
  16.     <string>Input Method Hotkey</string>
  17.     <key>CFBundlePackageType</key>
  18.     <string>APPL</string>
  19.     <key>CFBundleShortVersionString</key>
  20.     <string>2.0.2</string>
  21.     <key>CFBundleSignature</key>
  22.     <string>????</string>
  23.     <key>CFBundleVersion</key>
  24.     <string>2.0.2</string>
  25.     <key>Java</key>
  26.     <dict>
  27.         <key>ClassPath</key>
  28.         <array>
  29.             <string>$APP_PACKAGE/Contents/Resources/Java/Input Method HotKey.jar</string>
  30.         </array>
  31.         <key>JVMVersion</key>
  32.         <string>1.4+</string>
  33.         <key>MainClass</key>
  34.         <string>apple.awt.InputMethodHotKey</string>
  35.     </dict>
  36.     <key>LSHasLocalizedDisplayName</key>
  37.     <true/>
  38. </dict>
  39. </plist>
  40.