org_heigl/nskeyedarchiverparser
Composer 安装命令:
composer require org_heigl/nskeyedarchiverparser
包简介
Parser for Apples NSKeyedArchiver plist files
README 文档
README
Parse Apples NSKeyedArchiver-files
NSKeyedArchive-Files are a kind of plist-file that can be parsed using a plist-file parser.
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.
It would not have been possible without the awesome work of Sarah Edwards on her blog!
Installation
This is best installed using composer
composer require org_heigl/nskeyedarchiverparser
Usage
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
统计信息
- 总下载量: 18
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-01-11