|
|
|
|
|
by rogerbinns
4790 days ago
|
|
I'm incredibly frustrated by the lack of command line dev tools for iOS. For example using adb with Android, I can stop a running app, clear all of its data and start it again. I can push and pull files and can dissect the internal state as a result. I do find various unmaintained tools for iOS as they generally use undocumented and changing backends. My current biggest need is to grab and put files in the app sandbox. There are several gui tools that can do it like i-funbox, but absolutely nothing that is automatable. http://stackoverflow.com/questions/15980545/command-line-acc... |
|