Parse and analyze iOS/macOS app configuration files
Supports XML plist format. Binary plists should be converted to XML first using plutil -convert xml1.
| Key | Value |
|---|
Info.plist (Information Property List) is a structured text file that contains essential configuration information for iOS, macOS, watchOS, and tvOS applications.
Encode, decode, measure sizes, and transform common formats.