home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE plist SYSTEM "files://localhost/System/Library/DTDs/PropertyList.dtd">
- <plist version="0.9">
- <dict>
- <key>CFBundleIdentifier</key>
- <string>com.jwwalker.PlistChecker</string>
- <key>CFBundleDevelopmentRegion</key>
- <string>English</string>
- <key>CFBundleName</key>
- <string>PlistChecker</string>
- <key>CFBundlePackageType</key>
- <string>APPL</string>
- <key>CFBundleSignature</key>
- <string>PLck</string>
- <key>LSPrefersCarbon</key>
- <true/>
- <key>CFBundleIconFile</key>
- <string>128</string>
- <key>NSHumanReadableCopyright</key>
- <string>©2001 James W. Walker</string>
- <key>NSAppleScriptEnabled</key>
- <string>No</string>
- <key>CFBundleVersion</key>
- <string>1.1</string>
- <key>CFBundleShortVersionString</key>
- <string>1.1</string>
- <key>CFBundleLongVersionString</key>
- <string>1.1, ©2001 James W. Walker</string>
- <key>CFBundleDocumentTypes</key>
- <array>
- <dict>
- <key>CFBundleTypeOSTypes</key>
- <array>
- <string>****</string>
- </array>
- <key>CFBundleTypeExtensions</key>
- <array>
- <string>*</string>
- </array>
- <key>CFBundleTypeRole</key>
- <string>Viewer</string>
- </dict>
- </array>
- </dict>
- </plist>
-