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

About program separation #630

Open
AiXanadu opened this issue Apr 3, 2024 · 2 comments
Open

About program separation #630

AiXanadu opened this issue Apr 3, 2024 · 2 comments

Comments

@AiXanadu
Copy link

AiXanadu commented Apr 3, 2024

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.

@VladCreator
Copy link

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.

@AiXanadu
Copy link
Author

AiXanadu commented Jun 3, 2024

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

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

2 participants