[PR #307] [MERGED] 3.2.0 #1079

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

📋 Pull Request Information

Original PR: https://github.com/LiveContainer/LiveContainer/pull/307
Author: @hugeBlack
Created: 1/15/2025
Status: Merged
Merged: 1/15/2025
Merged by: @hugeBlack

Base: mainHead: main


📝 Commits (10+)

📊 Changes

42 files changed (+1229 additions, -337 deletions)

View changed files

📝 AltStoreTweak/Makefile (+1 -1)
📝 AltStoreTweak/Tweak.m (+1 -0)
FoundationPrivate.h (+10 -0)
📝 LCSharedUtils.h (+2 -0)
📝 LCSharedUtils.m (+42 -19)
📝 LiveContainerSwiftUI/AppDelegate.swift (+1 -0)
📝 LiveContainerSwiftUI/LCAppInfo.h (+5 -2)
📝 LiveContainerSwiftUI/LCAppInfo.m (+117 -36)
📝 LiveContainerSwiftUI/LCAppListView.swift (+12 -0)
📝 LiveContainerSwiftUI/LCAppModel.swift (+5 -1)
📝 LiveContainerSwiftUI/LCAppSettingsView.swift (+35 -3)
📝 LiveContainerSwiftUI/LCContainer.swift (+13 -3)
📝 LiveContainerSwiftUI/LCContainerView.swift (+7 -0)
LiveContainerSwiftUI/LCHelpView.swift (+34 -0)
LiveContainerSwiftUI/LCJITLessDiagnoseView.swift (+203 -0)
📝 LiveContainerSwiftUI/LCSelectContainerView.swift (+2 -2)
📝 LiveContainerSwiftUI/LCSettingsView.swift (+53 -50)
📝 LiveContainerSwiftUI/LCTabView.swift (+15 -14)
📝 LiveContainerSwiftUI/LCUtils.h (+3 -4)
📝 LiveContainerSwiftUI/LCUtils.m (+42 -78)

...and 22 more files

📄 Description

For more details, see https://github.com/khanhduytran0/LiveContainer/issues/296


🔄 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/307 **Author:** [@hugeBlack](https://github.com/hugeBlack) **Created:** 1/15/2025 **Status:** ✅ Merged **Merged:** 1/15/2025 **Merged by:** [@hugeBlack](https://github.com/hugeBlack) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`c93a6d6`](https://github.com/LiveContainer/LiveContainer/commit/c93a6d697cf8e3fbd1c7cb3df71b8dfe96691e73) JITLess diagnose & fix #235 - [`8b8443a`](https://github.com/LiveContainer/LiveContainer/commit/8b8443a754cd965688b765ec7164e4981745c1ac) fix #44 - [`34998af`](https://github.com/LiveContainer/LiveContainer/commit/34998afc11d9edf9d69727faf7a2beff0d79345d) impelement #19 - [`efac495`](https://github.com/LiveContainer/LiveContainer/commit/efac49539af018d03377ba3e2d893bc193fee623) fix #276 - [`0ac2312`](https://github.com/LiveContainer/LiveContainer/commit/0ac2312a80be3a44cc5a85cabe082a3fac59ba5f) Fix #124 #130 #140 #221 #225 by hooking dlsym(RTLD_MAIN_ONLY,) - [`6b0d913`](https://github.com/LiveContainer/LiveContainer/commit/6b0d913d090bf4d2741a4ccd5ef5ce49e5611f69) Fix #277 #272 #139, and maybe #200 by @khanhduytran0, separate lc app settings from info.plist, add ignore dlopen error, fix black screen option - [`d23ae3a`](https://github.com/LiveContainer/LiveContainer/commit/d23ae3a71951bce5ff51c7e0a205113a54674509) fix #281,#279 add isolate app group option, add jitless diagnose for lc2, fix NUD tweak issue when filepicker fix is enabled - [`ad60e48`](https://github.com/LiveContainer/LiveContainer/commit/ad60e4898b091ebc25c6d023b0e30ff82da25689) fix #291, impelement #285 - [`ce6ed51`](https://github.com/LiveContainer/LiveContainer/commit/ce6ed5108cdbc53009503750602240272150d4a1) fix #293, more helps, more robust LCAppInfo - [`4dfcad4`](https://github.com/LiveContainer/LiveContainer/commit/4dfcad48b210b0de517c439cee62072a0255470d) fix #26 and some signing issues ### 📊 Changes **42 files changed** (+1229 additions, -337 deletions) <details> <summary>View changed files</summary> 📝 `AltStoreTweak/Makefile` (+1 -1) 📝 `AltStoreTweak/Tweak.m` (+1 -0) ➕ `FoundationPrivate.h` (+10 -0) 📝 `LCSharedUtils.h` (+2 -0) 📝 `LCSharedUtils.m` (+42 -19) 📝 `LiveContainerSwiftUI/AppDelegate.swift` (+1 -0) 📝 `LiveContainerSwiftUI/LCAppInfo.h` (+5 -2) 📝 `LiveContainerSwiftUI/LCAppInfo.m` (+117 -36) 📝 `LiveContainerSwiftUI/LCAppListView.swift` (+12 -0) 📝 `LiveContainerSwiftUI/LCAppModel.swift` (+5 -1) 📝 `LiveContainerSwiftUI/LCAppSettingsView.swift` (+35 -3) 📝 `LiveContainerSwiftUI/LCContainer.swift` (+13 -3) 📝 `LiveContainerSwiftUI/LCContainerView.swift` (+7 -0) ➕ `LiveContainerSwiftUI/LCHelpView.swift` (+34 -0) ➕ `LiveContainerSwiftUI/LCJITLessDiagnoseView.swift` (+203 -0) 📝 `LiveContainerSwiftUI/LCSelectContainerView.swift` (+2 -2) 📝 `LiveContainerSwiftUI/LCSettingsView.swift` (+53 -50) 📝 `LiveContainerSwiftUI/LCTabView.swift` (+15 -14) 📝 `LiveContainerSwiftUI/LCUtils.h` (+3 -4) 📝 `LiveContainerSwiftUI/LCUtils.m` (+42 -78) _...and 22 more files_ </details> ### 📄 Description For more details, see https://github.com/khanhduytran0/LiveContainer/issues/296 --- <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:27 +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#1079
No description provided.