Last active
August 15, 2019 18:22
-
-
Save 50percentgrey/29ba38abea554b967c359d60b10d021e to your computer and use it in GitHub Desktop.
Convert plist to json - json to plist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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