plutil -convert json -o output.json input.plist
plutil -convert xml1 input.json -o output.plist
参考
objective c - Command-line tool for converting PLIST to JSON? - Stack Overflow
plutil -convert json -o output.json input.plist
plutil -convert xml1 input.json -o output.plist
objective c - Command-line tool for converting PLIST to JSON? - Stack Overflow