An open API service indexing awesome lists of open source software.

https://github.com/relikd/plist-binary_sublime

De/Encode .plist files between XML and binary format
https://github.com/relikd/plist-binary_sublime

convert plist sublime-text-plugin

Last synced: 6 months ago
JSON representation

De/Encode .plist files between XML and binary format

Awesome Lists containing this project

README

          

A [Sublime Text][1] plugin for working with binary plist files (macOS only). 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

[1]: http://www.sublimetext.com/
[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