home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 115 / macaddict115.cdr / Software / Interface / FoxTrot-Personal-Search.dmg / FoxTrot.app / Contents / Info.plist next >
Extensible Markup Language  |  2005-12-21  |  2KB  |  58 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>ftindex</string>
  13.             </array>
  14.             <key>CFBundleTypeIconFile</key>
  15.             <string>FoxTrotIndex.icns</string>
  16.             <key>CFBundleTypeName</key>
  17.             <string>FoxTrot index</string>
  18.             <key>CFBundleTypeRole</key>
  19.             <string>Editor</string>
  20.             <key>LSIsAppleDefaultForType</key>
  21.             <true/>
  22.             <key>LSItemContentTypes</key>
  23.             <array>
  24.                 <string>com.ctmdev.ftindex</string>
  25.             </array>
  26.             <key>LSTypeIsPackage</key>
  27.             <true/>
  28.             <key>NSPersistentStoreTypeKey</key>
  29.             <string>Binary</string>
  30.         </dict>
  31.     </array>
  32.     <key>CFBundleExecutable</key>
  33.     <string>FoxTrot</string>
  34.     <key>CFBundleGetInfoString</key>
  35.     <string>FoxTrot Personal Search 1.0.4 (build 155), ¬©CTM Development, 2003-2005. All right reserved</string>
  36.     <key>CFBundleIconFile</key>
  37.     <string>FoxTrot.icns</string>
  38.     <key>CFBundleIdentifier</key>
  39.     <string>com.ctmdev.FoxTrot</string>
  40.     <key>CFBundleInfoDictionaryVersion</key>
  41.     <string>6.0</string>
  42.     <key>CFBundlePackageType</key>
  43.     <string>APPL</string>
  44.     <key>CFBundleShortVersionString</key>
  45.     <string>1.0.4 (build 155)</string>
  46.     <key>CFBundleSignature</key>
  47.     <string>FxTr</string>
  48.     <key>CFBundleVersion</key>
  49.     <string>1.0.4</string>
  50.     <key>NSHumanReadableCopyright</key>
  51.     <string>¬© CTM Development, 2003-2005</string>
  52.     <key>NSMainNibFile</key>
  53.     <string>MainMenu</string>
  54.     <key>NSPrincipalClass</key>
  55.     <string>NSApplication</string>
  56. </dict>
  57. </plist>
  58.