Closed ghost closed 9 years ago
I converted using the SerializedDataConverter plugin for ST3. After converting our original file to YAML and back to plist, I ran a bash diff check. The only differences was no \n at the eof and it fixed an indentation problem. Therefore, it seems to work great.
Find a converter for this -- there's probably a Sublime Text 3 plugin for this exact purpose. Convert the plist to JSON or YAML (don't delete the existing plist, and preferably to YAML for comment support).
Then, convert it back into plist and see if it works. If so, we'll then use the JSON or YAML for development purposes.