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
- Host: GitHub
- URL: https://github.com/relikd/plist-binary_sublime
- Owner: relikd
- License: mit
- Created: 2012-08-01T21:54:55.000Z (about 13 years ago)
- Default Branch: main
- Last Pushed: 2022-03-15T15:18:25.000Z (over 3 years ago)
- Last Synced: 2025-03-28T15:21:32.151Z (7 months ago)
- Topics: convert, plist, sublime-text-plugin
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 19
- Watchers: 6
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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