将Apple.plist文件从XML/binary转换为

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了将Apple.plist文件从XML/binary转换为相关的知识,希望对你有一定的参考价值。

A pair of handy terminal commands for converting Apple .plist preference files from binary to XML format [allowing for easy editing with a text editor] and then back to binary again, afterwards.
  1. # Let's use the Finder's prefs file as an example
  2.  
  3. # Convert it to XML format
  4. plutil -convert xml1 ~/Library/Preferences/com.apple.finder.plist
  5.  
  6.  
  7. # After editing, convert it back
  8. plutil -convert binary1 ~/Library/Preferences/com.apple.finder.plist
  9.  
  10. # Restart the Finder
  11. killall Finder

以上是关于将Apple.plist文件从XML/binary转换为的主要内容,如果未能解决你的问题,请参考以下文章

接口测试实战| GET/POST 请求区别详解

使用 Nodejs 将文件从 Azure 存储 blob(容器)复制到 Azure 文件共享

如何将文件从网站保存到 SD 卡

如何将文件从 dockerfile 复制到主机?

将文件从 Zip 保存到特定文件夹

将更改从 azure 文件共享备份同步到本地文件服务器