[PR #864] [CLOSED] feat: Add JIT Script Support on a Per-App Basis for StikDebug on iOS 26+ (multitask-experimental compatible) #1119

Closed
opened 2026-03-03 15:38:38 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/LiveContainer/LiveContainer/pull/864
Author: @Vishram1123
Created: 9/26/2025
Status: Closed

Base: multitask-experimentalHead: experimental-multitasking-upstream


📝 Commits (5)

  • 1fdad76 Apply changes from jit enable branch
  • 6de1ccd syntax error
  • 36006d0 fix without deleting stuff accidentally 🤦
  • 1719197 Fix multitask jit for non-main livecontainer bundle
  • 8566ed6 Only 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.

## 📋 Pull Request Information **Original PR:** https://github.com/LiveContainer/LiveContainer/pull/864 **Author:** [@Vishram1123](https://github.com/Vishram1123) **Created:** 9/26/2025 **Status:** ❌ Closed **Base:** `multitask-experimental` ← **Head:** `experimental-multitasking-upstream` --- ### 📝 Commits (5) - [`1fdad76`](https://github.com/LiveContainer/LiveContainer/commit/1fdad765d61bb67d4aaf80ad5b35211c00a12628) Apply changes from jit enable branch - [`6de1ccd`](https://github.com/LiveContainer/LiveContainer/commit/6de1ccd50ca11b0d3d29d763dd582c23104361a4) syntax error - [`36006d0`](https://github.com/LiveContainer/LiveContainer/commit/36006d0c7ad9587ec951cd3d53cd186ee0bb25c6) fix without deleting stuff accidentally :facepalm: - [`1719197`](https://github.com/LiveContainer/LiveContainer/commit/171919710d0a649ef3765723d1a604c831557724) Fix multitask jit for non-main livecontainer bundle - [`8566ed6`](https://github.com/LiveContainer/LiveContainer/commit/8566ed613dbe5dadce7071f26f53318504e7f0cf) Only allow multitasked JIT on iOS 17.4 or above ### 📊 Changes **10 files changed** (+191 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description #836 but with support for 3 LiveContainers and multitasking (with JIT) on all 3 LiveContainers --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 15:38:38 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/LiveContainer#1119
No description provided.