khanhduytran0 / LiveContainer

Run iOS app without actually installing it!
Apache License 2.0
854 stars 109 forks source link

Option to choose which app to replace #112

Open boa-z opened 1 month ago

boa-z commented 1 month ago

In order to avoid conflicts with existing Flutter applications that share the "runner.app" name, can you consider adding an option to replace the target application during the installation of the new application?

khanhduytran0 commented 1 month ago

Oh yeah, I forgot Flutter apps are just Runner.app, guess I’ll change a few checks then and let you select app to replace then.

boa-z commented 1 month ago

Thank you for considering this feature request. I really appreciate it.