PlistInfo.to_binary cannot be recognized by plutil or macOS
Opened this issue · 1 comments
guyingzhao commented
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
guyingzhao commented
currently using biplist.writePlistToString
, we'll get into this later