home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 114 / macaddict114.cdr / Software / Productivity / TaskTime3.dmg / TaskTime3 / TaskTime3.app / Contents / Info.plist
Encoding:
Extensible Markup Language  |  2005-11-07  |  1.1 KB  |  42 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist SYSTEM
  3. "file://localhost/System/Library/DTDs/PropertyList.dtd">
  4. <plist version="0.9">
  5. <dict>
  6.    <key>CFBundleExecutable</key>
  7.    <string>TaskTime3</string>
  8.    <key>CFBundleName</key>
  9.    <string>TaskTime3</string>
  10.    <key>CFBundleInfoDictionaryVersion</key>
  11.    <string>6.0</string>
  12.    <key>CFBundleVersion</key>
  13.    <string>3.6</string>
  14.    <key>CFBundleDevelopmentRegion</key>
  15.    <string>English</string>
  16.    <key>CFBundlePackageType</key>
  17.    <string>APPL</string>
  18.    <key>CFBundleSignature</key>
  19.    <string>jtTF</string>
  20.    <key>CFBundleGetInfoString</key>
  21.    <string>3.6</string>
  22.    <key>CFBundleIconFile</key>
  23.    <string>TaskTime3.icns</string>
  24.    <key>CFBundleDocumentTypes</key>
  25.    <array>
  26.       <dict>
  27.          <key>CFBundleTypeName</key>
  28.          <string>myFile</string>
  29.          <key>CFBundleTypeIconFile</key>
  30.          <string>myFile.icns</string>
  31.          <key>CFBundleTypeOSTypes</key>
  32.          <array>
  33.             <string>TEXT</string>
  34.          </array>
  35.          <key>CFBundleTypeExtensions</key>
  36.          <array>
  37.          </array>
  38.       </dict>
  39.    </array>
  40. </dict>
  41. </plist>
  42.