Introducing multitasking support for LiveContainer
Powered by my previous reverse engineering work on FrontBoardAppLauncher and by taking advantage of multiprocess app extension, you can run apps in separate process, separate window. 3 app limit is now effectively bypassed.
This is still technically a PoC, so not all apps will work yet, and it may be bound to stricter memory limit.
In order to try this, your apps need be converted to shared, Launch JIT disabled. Hold an app and press Multitask. Have fun!
https://github.com/LiveContainer/LiveContainer/actions/runs/14887339867
Just came up with a new method for enabling JIT on the latest iOS beta:
https://gist.github.com/JJTech0130/142aee0f7bda9c61a421140d17afbdeb
It requires a tiny bit more cooperation with the debugger to set up, gl to whoever is going to update JITStreamer.
Thanks @osy86 and @khanhduy032