mirror of
https://github.com/LiveContainer/LiveContainer.git
synced 2026-04-25 09:05:53 +03:00
[PR #864] [CLOSED] feat: Add JIT Script Support on a Per-App Basis for StikDebug on iOS 26+ (multitask-experimental compatible) #1119
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#1119
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?
📋 Pull Request Information
Original PR: https://github.com/LiveContainer/LiveContainer/pull/864
Author: @Vishram1123
Created: 9/26/2025
Status: ❌ Closed
Base:
multitask-experimental← Head:experimental-multitasking-upstream📝 Commits (5)
1fdad76Apply changes from jit enable branch6de1ccdsyntax error36006d0fix without deleting stuff accidentally 🤦1719197Fix multitask jit for non-main livecontainer bundle8566ed6Only allow multitasked JIT on iOS 17.4 or above📊 Changes
10 files changed (+191 additions, -12 deletions)
View changed files
📝
LiveContainerSwiftUI/LCAppInfo.h(+1 -0)📝
LiveContainerSwiftUI/LCAppInfo.m(+15 -1)📝
LiveContainerSwiftUI/LCAppListView.swift(+23 -3)📝
LiveContainerSwiftUI/LCAppModel.swift(+39 -4)📝
LiveContainerSwiftUI/LCAppSettingsView.swift(+69 -2)📝
LiveContainerSwiftUI/LCUtils.h(+1 -0)📝
LiveContainerSwiftUI/LCUtils.m(+30 -0)📝
LiveContainerSwiftUI/Shared.swift(+6 -2)📝
MultitaskSupport/DecoratedAppSceneViewController.h(+1 -0)📝
MultitaskSupport/DecoratedAppSceneViewController.m(+6 -0)📄 Description
#836 but with support for 3 LiveContainers and multitasking (with JIT) on all 3 LiveContainers
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.