Plist
Plist, short for property list, is a structured data representation used by Apple operating systems to store serialized objects. Property lists are commonly saved as XML text or in a compact binary form, both with the .plist extension. The format originated in NeXTSTEP and became a standard data store in macOS and iOS.
A plist can hold a variety of data types, including strings, numbers (integers and reals), booleans, dates,
Common uses include storing application configuration and user preferences, as well as metadata for applications. In
Editing and tooling: developers edit plists with Xcode’s built-in editor or third-party editors. Command-line tools like
While primarily a Apple-centric format, plist files are widely used within Apple ecosystems for configuration and