存在任何delphi类来解析.plist osx文件

发布于 2025-01-03 06:35:25 字数 165 浏览 2 评论 0 原文

我正在寻找是否存在一个 delphi 类来解析 plist osx 文件或我必须像解析普通 XML 文件一样解析这些文件吗?

I'm looking if exist a delphi class to parse plist osx files or I must just parse these files like a normal XML file?

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

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

发布评论

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

评论(1

寄风 2025-01-10 06:35:25

这是我的建议:

  • 解决最终的二进制 plist 格式到 XML plist 的转换问题。
  • 以通常的方式解析 XML (plist)。

作为起点,我推荐 Alexey DolgopolovBPlis2Xml

https://bitbucket.org/alexeydl/develnotes/downloads/bpist2xml.zip

祝你好运。

最后编辑:

另一个 Apple Inc. 提供的第一手有趣资源可在此处获取。

Here is my suggestion:

  • Address the eventual binary plist format to XML plist conversion.
  • Parse the XML (plist) the usual way.

As a starting point, I recommend the excellent work of Alexey Dolgopolov done in : BPlis2Xml.

https://bitbucket.org/alexeydl/develnotes/downloads/bpist2xml.zip

I wish you good luck.

Last edit:

Another first hand interesting resource from Apple Inc is available here.

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