plist与xml的转换
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了plist与xml的转换相关的知识,希望对你有一定的参考价值。
To convert a binary .plist file to XML format for editing, type this in the Terminal: plutil -convert xml1 some_file.plist To convert an XML .plist file to binary for use: plutil -convert binary1 some_other_file.plist
以上是关于plist与xml的转换的主要内容,如果未能解决你的问题,请参考以下文章