Apple 二进制 plist 和/或键控存档文件格式文档?

发布于 2024-09-18 05:59:28 字数 617 浏览 6 评论 0 原文

Apple 的二进制 plist 格式 和/或相关的键控存档 格式实际上记录在任何地方?

我知道苹果有开源代码 对于二进制 plist 解析来说,这是一个好的开始,但是对格式及其修订进行逆向工程并不理想。有关于这种格式的任何实际的明确文档吗?

谢谢。

Are Apple's binary plist format and/or the related keyed archive format actually documented anywhere?

I know that there is Apple open source code for binary plist parsing out there, which is a good start, but reverse-engineering the format and its revisions from that is less than ideal. Is there any actual explicit documentation on this format?

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

末が日狂欢 2024-09-25 05:59:28

我不这么认为。它们是 Apple 私有的格式。正如 jackrabbit 上面评论的那样,如果您想要互操作性,您应该将其转换为 XML plist 并使用任何可用的 XML 解析器。

I don't think so. They're formats private to Apple. As jackrabbit commented above, you should convert it to an XML plist and use any of the XML parsers available if you want interoperability.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文