Home

Awesome

ichat2json

Reads an .ichat binary plist file and writes newline-separated JSON to STDOUT

Run Instructions

Console:

Usage:  /Users/[YOURUSER]/Library/Developer/Xcode/DerivedData/ichat2json-fgxipssxrjlhvrevepwucnmapdzq/Build/Products/Debug/ichat2json path/to/ichat

Copy the path, and use this command in a Terminal to dump it in a file:

EX:

cd /PATH_TO_YOUR_ICHAT_FILE
/Users/[YOURUSER]/Library/Developer/Xcode/DerivedData/ichat2json-fgxipssxrjlhvrevepwucnmapdzq/Build/Products/Debug/ichat2json file.ichat > file.json

Special Thanks