idevicerestore icon indicating copy to clipboard operation
idevicerestore copied to clipboard

About program separation

Open AiXanadu opened this issue 10 months ago • 2 comments

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.

AiXanadu avatar Apr 03 '24 02:04 AiXanadu

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 avatar May 28 '24 16:05 VladCreator

@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.

AiXanadu avatar Jun 03 '24 07:06 AiXanadu