Skip to content

Instantly share code, notes, and snippets.

@leveled
Created July 15, 2021 01:45
Show Gist options
  • Save leveled/555ff3e88cb6fe82bd7bf070c7b2ecce to your computer and use it in GitHub Desktop.
Save leveled/555ff3e88cb6fe82bd7bf070c7b2ecce to your computer and use it in GitHub Desktop.
plist cheatsheet
# To convert a plist file from binary to xml:
plutil -convert xml1 <binary_file>.plist
# To convert the plist xml file back to binary (e.g. after making edits):
plutil -convert binary1 <xml_file>.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment