Created
July 15, 2021 01:45
-
-
Save leveled/555ff3e88cb6fe82bd7bf070c7b2ecce to your computer and use it in GitHub Desktop.
plist cheatsheet
This file contains hidden or 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
# 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