All Projects → matrix-hacks → ichat2json

matrix-hacks / ichat2json

Licence: ISC License
Reads an .ichat binary plist file and writes newline-separated JSON to STDOUT

Programming Languages

objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to ichat2json

ufolint
UFO source format linter
Stars: ✭ 23 (-23.33%)
Mutual labels:  plist
unity-in-framework
Wrap Unity generated Xcode project in Framework
Stars: ✭ 20 (-33.33%)
Mutual labels:  imessage
LNPropertyListEditor
A property list editor for macOS, similar to Xcode's.
Stars: ✭ 79 (+163.33%)
Mutual labels:  plist
RecreatingiMessageConfetti
An Xcode Playground to show the internals of iMessage's Confetti implementation.
Stars: ✭ 29 (-3.33%)
Mutual labels:  imessage
AckAck
Acknowledgement Plist Generator
Stars: ✭ 37 (+23.33%)
Mutual labels:  plist
scout
Reading and writing in JSON, Plist, YAML and XML data made simple when the data format is not known at build time. Swift library and command-line tool.
Stars: ✭ 110 (+266.67%)
Mutual labels:  plist
airmessage-web
AirMessage for the web
Stars: ✭ 109 (+263.33%)
Mutual labels:  imessage
NppBplistPlugin
Notepad++ binary plist plugin
Stars: ✭ 22 (-26.67%)
Mutual labels:  plist
transfer
Converts from one encoding to another. Supported formats HCL ⇄ JSON ⇄ YAML⇄TOML⇄XML⇄plist⇄pickle⇄properties ...
Stars: ✭ 70 (+133.33%)
Mutual labels:  plist
defaults.sh
 User Defaults Plist → Shell Script converter with Regex filtering
Stars: ✭ 20 (-33.33%)
Mutual labels:  plist
management tools
A collection of scripts and packages to simplify OS X management.
Stars: ✭ 93 (+210%)
Mutual labels:  plist
Configuration
Hierarchical configuration manager for Swift applications
Stars: ✭ 72 (+140%)
Mutual labels:  plist
hackintosh-gigabyte-x570-aorus-elite
My EFI folder for Ryzen Hackintosh, as known as Ryzentosh.
Stars: ✭ 25 (-16.67%)
Mutual labels:  plist
SwiftyPlistManager
Lightweight plist data management framework for iOS 10.3+
Stars: ✭ 76 (+153.33%)
Mutual labels:  plist
leftonread
Left on Read
Stars: ✭ 22 (-26.67%)
Mutual labels:  imessage
text-sdk-php
PHP SDK to send messages with CM.com
Stars: ✭ 18 (-40%)
Mutual labels:  imessage
imessage-chatbot
💬 Recurrent neural network -- generates messages in your style of speech! Trained on imessage data. Sqlite3, TensorFlow, Flask, Twilio SMS, AWS.
Stars: ✭ 33 (+10%)
Mutual labels:  imessage
alfred-imessage-2fa
iMessage 2FA Workflow for Alfred
Stars: ✭ 71 (+136.67%)
Mutual labels:  imessage
SwiftVer
Easily Manage Versioning in MacOS, iOS, watchOS, and tvOS projects.
Stars: ✭ 23 (-23.33%)
Mutual labels:  plist
IOSIphoneHttps
ios超级签-ipa-新版IOS苹果企业签,直接签名直接下载安装,无需进入appstore商城——不需要经过App Store直接下载游戏吗?下载完不知道怎么安装?需要通过第三方软件来安装?绕过苹果检测,测试可以使用HTTPD或者Tomcat构建,使用plist文件
Stars: ✭ 61 (+103.33%)
Mutual labels:  plist

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:

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].