home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2001 November / macformat-109.iso / Shareware / Developer Tools / PlistChecker folder / PlistChecker / PlistChecker.rsrc / plst_0 < prev    next >
Encoding:
Extensible Markup Language  |  2001-09-01  |  1.2 KB  |  46 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist SYSTEM "files://localhost/System/Library/DTDs/PropertyList.dtd">
  3. <plist version="0.9">
  4. <dict>
  5.     <key>CFBundleIdentifier</key>
  6.     <string>com.jwwalker.PlistChecker</string>
  7.     <key>CFBundleDevelopmentRegion</key>
  8.     <string>English</string>
  9.     <key>CFBundleName</key>
  10.     <string>PlistChecker</string>
  11.     <key>CFBundlePackageType</key>
  12.     <string>APPL</string>
  13.     <key>CFBundleSignature</key>
  14.     <string>PLck</string>
  15.     <key>LSPrefersCarbon</key>
  16.     <true/>
  17.     <key>CFBundleIconFile</key>
  18.     <string>128</string>
  19.     <key>NSHumanReadableCopyright</key>
  20.     <string>¬©2001 James W. Walker</string>
  21.     <key>NSAppleScriptEnabled</key>
  22.     <string>No</string>
  23.     <key>CFBundleVersion</key>
  24.     <string>1.1</string>
  25.     <key>CFBundleShortVersionString</key>
  26.     <string>1.1</string>
  27.     <key>CFBundleLongVersionString</key>
  28.     <string>1.1, ¬©2001 James W. Walker</string>
  29.     <key>CFBundleDocumentTypes</key>
  30.     <array>
  31.         <dict>
  32.             <key>CFBundleTypeOSTypes</key>
  33.             <array>
  34.                 <string>****</string>
  35.             </array>
  36.             <key>CFBundleTypeExtensions</key>
  37.             <array>
  38.                 <string>*</string>
  39.             </array>
  40.             <key>CFBundleTypeRole</key>
  41.             <string>Viewer</string>
  42.         </dict>
  43.     </array>
  44. </dict>
  45. </plist>
  46.