Created
July 20, 2012 00:28
-
-
Save rxw1/3147896 to your computer and use it in GitHub Desktop.
Edit Property Lists with plutil and Sublime (or any other $EDITOR)
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
pledit() { | |
test ! -O $1 && x=sudo | |
$x plutil -convert xml1 $1 && subl -wn $1 | |
$x plutil -lint $1 && $x plutil -convert binary1 $1 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment