mirror of
https://github.com/LiveContainer/LiveContainer.git
synced 2026-04-25 09:05:53 +03:00
[GH-ISSUE #1022] [Feature] App Development Tools #900
Labels
No labels
bug
compatibility
enhancement
multitasking
pull-request
safe area
status: broken
status: usable
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/LiveContainer#900
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bbb651 on GitHub (Dec 3, 2025).
Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/1022
I'm experimenting with an iOS development setup inspired by CrossCode but with Zed/VSCode instead of a custom IDE and replacing sideloading with testing the app in LiveContainer.
I made a script to run the app:
swift buildlivecontainer://installI then close the app, open the QR code, allow replacing the app and run it. This works surprisingly well already, but the experience can be a lot better with better support in the LiveContainer side.
My idea is a development server that let's you run the app as shared and keep run in the background, from the development machine you POST request to the server with the new ipa, the the server automatically replaces the app and reruns it.
I understand if this out of scope, this puts a lot of complexity and potential security concerns on the LiveContainer side.