mirror of
https://github.com/LiveContainer/LiveContainer.git
synced 2026-04-25 09:05:53 +03:00
[PR #836] [CLOSED] feat: Add JIT Script Support on a Per-App Basis for StikDebug on iOS 26+ #1116
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#1116
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/836
Author: @Vishram1123
Created: 9/17/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (10+)
4f28982Attempt to add script for StikDebug iOS 26bdf1e2cFix var namef985a68More fixes...?e28e071Fix banner delegate...??cbee34fReplace run app with old2d8782etypo00189c1Attempt to implement JIT for LiveProcess launch8f9f4fcFix ambiguity3fe19c1Fix...?ced5ed9Don't check whether jit url can be launched📊 Changes
11 files changed (+196 additions, -13 deletions)
View changed files
📝
LiveContainerSwiftUI/LCAppInfo.h(+1 -0)📝
LiveContainerSwiftUI/LCAppInfo.m(+15 -1)📝
LiveContainerSwiftUI/LCAppListView.swift(+24 -4)📝
LiveContainerSwiftUI/LCAppModel.swift(+40 -4)📝
LiveContainerSwiftUI/LCAppSettingsView.swift(+70 -2)📝
LiveContainerSwiftUI/LCUtils.h(+1 -0)📝
LiveContainerSwiftUI/LCUtils.m(+30 -0)📝
LiveContainerSwiftUI/Shared.swift(+7 -2)📝
MultitaskSupport/DecoratedAppSceneViewController.h(+1 -0)📝
MultitaskSupport/DecoratedAppSceneViewController.m(+6 -0)➕
fishhook(+1 -0)📄 Description
This PR introduces support for running custom JavaScript scripts during JIT launch when using StikDebug on iOS 26 and later.
Key Changes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.