Git Diff for Binary Property List Files
In the same vein as diffing UTF-16 .strings files in git:
It’s easy to set up
git
to show diffs for binary.plist
files.
The commands are:
git config --global diff.plist.textconv "plutil -convert xml1 -o -" echo "*.plist diff=plist" >> .gitattributes