# Verifies the UTF-8 encoding.
# Reports any XML/plist parsing errors.
# Reports any undocumented top-level keys.
# Checks the types of the values for most documented keys, and keys within the CFBundleDocumentTypes array.
# Reports keys recommended by TN 2013 that are missing from the plist.
What's new in this version:
- The top level keys CGDisableCoalescedUpdates, UTExportedTypeDeclarations, UTImportedTypeDeclarations, LSRequiresNativeExecution are recognized.
- The LSUIElement key now expects a string 1 or 0, in accordance with Apple docs.
- The keys LSPrefersCarbon, LSPrefersClassic, LSRequiresCarbon, LSRequiresClassic now expect a value that is either a string 1 or 0 or a boolean.
- The CFBundleDocumentTypes key LSItemContentTypes is recognized. Follow the link and
free download PlistChecker now.
DETAILS