home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 115 / macaddict115.cdr / Software / Productivity / catalog.dmg / Catalog.app / Contents / Info.plist next >
Extensible Markup Language  |  2005-12-16  |  1KB  |  50 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>catalog</string>
  13.             </array>
  14.             <key>CFBundleTypeIconFile</key>
  15.             <string>Document</string>
  16.             <key>CFBundleTypeName</key>
  17.             <string>Catalog Index</string>
  18.             <key>CFBundleTypeRole</key>
  19.             <string>Editor</string>
  20.             <key>LSTypeIsPackage</key>
  21.             <false/>
  22.             <key>NSPersistentStoreTypeKey</key>
  23.             <string>Binary</string>
  24.         </dict>
  25.     </array>
  26.     <key>CFBundleExecutable</key>
  27.     <string>Catalog</string>
  28.     <key>CFBundleHelpBookFolder</key>
  29.     <string>Help</string>
  30.     <key>CFBundleHelpBookName</key>
  31.     <string>Catalog Help</string>
  32.     <key>CFBundleIconFile</key>
  33.     <string>Catalog</string>
  34.     <key>CFBundleIdentifier</key>
  35.     <string>com.neometricsw.catalog</string>
  36.     <key>CFBundleInfoDictionaryVersion</key>
  37.     <string>6.0</string>
  38.     <key>CFBundlePackageType</key>
  39.     <string>????</string>
  40.     <key>CFBundleSignature</key>
  41.     <string>NEOM</string>
  42.     <key>CFBundleVersion</key>
  43.     <string>1.3.5</string>
  44.     <key>NSMainNibFile</key>
  45.     <string>MainMenu</string>
  46.     <key>NSPrincipalClass</key>
  47.     <string>NSApplication</string>
  48. </dict>
  49. </plist>
  50.