home *** CD-ROM | disk | FTP | other *** search
/ NetGuide 2004 April / NETGUID0404N.iso / mac / Goodies / Mac / EarthDesk / MacOS9 / EarthDesk.app.sit / EarthDesk.app / Contents / Info.plist next >
Encoding:
Extensible Markup Language  |  2003-12-09  |  1.8 KB  |  64 lines  |  [TEXT/CWIE]

  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>CFBundleInfoDictionaryVersion</key>
  6.     <string>6.0</string>
  7.     <key>CFBundleIdentifier</key>
  8.     <string>com.trygveinda.earthdesk</string>
  9.     <key>CFBundleName</key>
  10.     <string>EarthDesk</string>
  11.     <key>CFBundlePackageType</key>
  12.     <string>APPL</string>
  13.     <key>CFBundleSignature</key>
  14.     <string>EDSK</string>
  15.     <key>CFBundleDevelopmentRegion</key>
  16.     <string>English</string>
  17.     <key>LSRequiresCarbon</key>
  18.     <true/>
  19.     <key>CFBundleVersion</key>
  20.     <string>2.0.5</string>
  21.     <key>CFBundleShortVersionString</key>
  22.     <string>EarthDesk v2.0.5</string>
  23.     <key>CFBundleLongVersionString</key>
  24.     <string>EarthDesk v2.0.5</string>
  25.     <key>CFBundleGetInfoString</key>
  26.     <string>EarthDesk v2.0.5 - Copyright ¬© 1992-2003, Trygve H. Inda.  All Rights Reserved.</string>
  27.     <key>CFBundleExecutable</key>
  28.     <string>EarthDesk</string>
  29.     <key>CFBundleHelpBookFolder</key>
  30.     <string>EarthDesk Help</string>
  31.     <key>CFBundleHelpBookName</key>
  32.     <string>EarthDesk Help</string>
  33.     <key>CFBundleIconFile</key>
  34.     <string>EarthDesk App.icns</string>
  35.     <key>CFBundleDocumentTypes</key>
  36.     <array>
  37.         <dict>
  38.             <key>CFBundleTypeName</key>
  39.             <string>EarthDesk Main Atlas Document</string>
  40.             <key>CFBundleTypeIconFile</key>
  41.             <string>EarthDesk Atlas Main.icns</string>
  42.             <key>CFBundleTypeRole</key>
  43.             <string>Editor</string>
  44.             <key>CFBundleTypeOSTypes</key>
  45.             <array>
  46.                 <string>EDma</string>
  47.             </array>
  48.         </dict>
  49.         <dict>
  50.             <key>CFBundleTypeName</key>
  51.             <string>EarthDesk User Atlas Document</string>
  52.             <key>CFBundleTypeIconFile</key>
  53.             <string>EarthDesk Atlas User.icns</string>
  54.             <key>CFBundleTypeRole</key>
  55.             <string>Editor</string>
  56.             <key>CFBundleTypeOSTypes</key>
  57.             <array>
  58.                 <string>EDua</string>
  59.             </array>
  60.         </dict>
  61.     </array>
  62. </dict>
  63. </plist>
  64.