Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Run Instructions #3

Closed
pacarvalho opened this issue Dec 28, 2019 · 2 comments
Closed

Add Run Instructions #3

pacarvalho opened this issue Dec 28, 2019 · 2 comments

Comments

@pacarvalho
Copy link

Would it be possible for you to add information on how to run this application?

@unzsnu
Copy link

unzsnu commented Feb 7, 2020

  • 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

@kfatehi kfatehi closed this as completed in 350c672 Feb 2, 2021
@kfatehi
Copy link
Member

kfatehi commented Feb 2, 2021

@unzsnu thank you, added it to the README.md file and attributed you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants