Convert plist to and from xml


/ Published in: Bash
Save to your folder(s)



Copy this code and paste it in your HTML
  1. 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

URL: http://textsnippets.com/tag/osx

Report this snippet


Comments


You need to login to view comments.