Update README.md

This commit is contained in:
relikd
2015-04-11 12:42:49 +02:00
parent 9b928bd558
commit 35fe3f099a

View File

@@ -1,4 +1,6 @@
A [Sublime Text 2][1] plugin for working with binary plist files. Adds an item to the Command Palette which toggles the format between XML and binary.
A [Sublime Text 2 and 3][1] plugin for working with binary plist files. Adds an item to the Command Palette which toggles the format between XML and binary.
Actually theres a guy who made a better and platform independent version of that. Have a look at [his plugin][3].
Inspired by [John Muchow's blog post][2], licensed under MIT
@@ -24,4 +26,5 @@ Inspired by [John Muchow's blog post][2], licensed under MIT
[1]: http://www.sublimetext.com/
[2]: http://MobileDeveloperTips.com/data-file-management/convert-property-list-plist-between-binary-and-xml-format.html
[2]: http://MobileDeveloperTips.com/data-file-management/convert-property-list-plist-between-binary-and-xml-format.html
[3]: https://github.com/tyrone-sudeium/st3-binaryplist