guyingzhao/gplist

PlistInfo.to_binary cannot be recognized by plutil or macOS

Opened this issue · 1 comments

conditions:

  • remove biplist code from PlistInfo.to_binary
  • using PlistInfo.to_binary_file("xxxx.plist")
  • plutil xxxx.plist would raise an error that plist file not recognized

currently using biplist.writePlistToString, we'll get into this later