dev-master
9999999-devParser for Apples NSKeyedArchiver plist files
MIT
The Requires
The Development Requires
1.0.0
1.0.0.0Parser for Apples NSKeyedArchiver plist files
MIT
The Requires
The Development Requires
Wallogit.com
2017 © Pedro Peláez
Parser for Apples NSKeyedArchiver plist files
Parse Apples NSKeyedArchiver-files, (*1)
NSKeyedArchive-Files are a kind of plist-file that can be parsed using a plist-file parser., (*2)
But the results will not be what you'd expect. This parser can handle such files and will return a plist-file that you can then handle., (*3)
It would not have been possible without the awesome work of Sarah Edwards on her blog!, (*4)
This is best installed using composer, (*5)
composer require org_heigl/nskeyedarchiverparser
use CFPropertyList\CFPropertyList;
use use Org_Heigl\NSKeyedArchiver\Parser;
$archive = new CFPropertyList('path/to/file.plist');
$parser = new Parser($archive);
$readableArchive = $parser->parse();
// $readableArchive is an instance of
// CFPropertyList
Parser for Apples NSKeyedArchiver plist files
MIT
Parser for Apples NSKeyedArchiver plist files
MIT