项目作者: matrix-hacks

项目描述 :
Reads an .ichat binary plist file and writes newline-separated JSON to STDOUT
高级语言: Objective-C
项目地址: git://github.com/matrix-hacks/ichat2json.git
创建时间: 2016-12-10T05:00:58Z
项目社区:https://github.com/matrix-hacks/ichat2json

开源协议:ISC License

下载


ichat2json

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

Run Instructions

  • Open ichat2json.xcodeproj with Xcode.
  • Build it.
  • In console you’ll find the path of the executable.

Console:

  1. 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:

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

Special Thanks