Skip to content

Instantly share code, notes, and snippets.

@50percentgrey
Last active August 15, 2019 18:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 50percentgrey/29ba38abea554b967c359d60b10d021e to your computer and use it in GitHub Desktop.
Save 50percentgrey/29ba38abea554b967c359d60b10d021e to your computer and use it in GitHub Desktop.
Convert plist to json - json to plist
plutil -convert json Data.plist -o Data.json
plutil -convert xml1 Data.json -o Data.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment