idevicerestore
idevicerestore copied to clipboard
About program separation
Have you considered separating the application into a dynamic library and a wrapped application? This way others don't have to call this application and can use the library interface directly.
I'm a final user. I use threads and can restore multiple devices; I love how it works. I only need to update the iDevices apps, and done.
@VladCreator Of course, you can call binary programs. What I mean is that it should be possible to provide specific operations to the library, and then use the application to parse the command line and then call it. For example, in Android, you can't call the command line, you can only modify the compilation manually.