[PR #177] [CLOSED] Khanhduytran0 main #1075

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

📋 Pull Request Information

Original PR: https://github.com/LiveContainer/LiveContainer/pull/177
Author: @TIGER1538
Created: 10/3/2024
Status: Closed

Base: mainHead: khanhduytran0-main


📝 Commits (10+)

  • ceece23 Migrate LiveContainerUI to SwiftUI, Support for Multiple LiveContainer, SideJIT/JITStreamer Support, Better Open in App Support, Implement #112
  • 720c12f feat: Add llvm-otool output alert to LCTweakFolderView
  • 6582ba9 fix: Fix llvmOtoolOuts initialization in LCTweakFolderView
  • 8025233 feat: Fix llvmOtoolOuts initialization in LCTweakFolderView
  • b1bc373 feat: Improve async handling in LCTweakFolderView
  • 3778474 feat: Refactor LCTweakFolderView to improve async handling and fix llvmOtoolOuts initialization
  • dcb8bd9 feat: Update llvm-objdump command in LCTweakFolderView
  • 216539b feat: Update llvm-objdump command in LCTweakFolderView
  • 6c81d32 Update LiveContainerSwiftUI Makefile to fix library linking issue
  • adbb729 Fix library signing issue in LiveContainerSwiftUI Makefile

📊 Changes

103 files changed (+73 additions, -5 deletions)

View changed files

📝 LiveContainerSwiftUI/LCSwiftBridge.h (+1 -0)
📝 LiveContainerSwiftUI/LCSwiftBridge.m (+6 -0)
📝 LiveContainerSwiftUI/LCTweaksView.swift (+34 -1)
📝 LiveContainerSwiftUI/LiveContainerSwiftUI-Bridging-Header.h (+1 -0)
📝 LiveContainerSwiftUI/Makefile (+10 -3)
📝 LiveContainerSwiftUI/ObjcBridge.swift (+4 -0)
📝 Makefile (+1 -1)
llvm-tools/libLLVM/libLLVMAArch64AsmParser.a (+0 -0)
llvm-tools/libLLVM/libLLVMAArch64CodeGen.a (+0 -0)
llvm-tools/libLLVM/libLLVMAArch64Desc.a (+0 -0)
llvm-tools/libLLVM/libLLVMAArch64Disassembler.a (+0 -0)
llvm-tools/libLLVM/libLLVMAArch64Info.a (+0 -0)
llvm-tools/libLLVM/libLLVMAArch64Utils.a (+0 -0)
llvm-tools/libLLVM/libLLVMAggressiveInstCombine.a (+0 -0)
llvm-tools/libLLVM/libLLVMAnalysis.a (+0 -0)
llvm-tools/libLLVM/libLLVMAsmParser.a (+0 -0)
llvm-tools/libLLVM/libLLVMAsmPrinter.a (+0 -0)
llvm-tools/libLLVM/libLLVMBinaryFormat.a (+0 -0)
llvm-tools/libLLVM/libLLVMBitReader.a (+0 -0)
llvm-tools/libLLVM/libLLVMBitWriter.a (+0 -0)

...and 80 more files

📄 Description

No description provided


🔄 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/177 **Author:** [@TIGER1538](https://github.com/TIGER1538) **Created:** 10/3/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `khanhduytran0-main` --- ### 📝 Commits (10+) - [`ceece23`](https://github.com/LiveContainer/LiveContainer/commit/ceece2376cebcc4667782e76c94ef5ef56ffde2b) Migrate LiveContainerUI to SwiftUI, Support for Multiple LiveContainer, SideJIT/JITStreamer Support, Better Open in App Support, Implement #112 - [`720c12f`](https://github.com/LiveContainer/LiveContainer/commit/720c12ff10c0b464ab21b727ae7ca89d4fd40a3d) feat: Add llvm-otool output alert to LCTweakFolderView - [`6582ba9`](https://github.com/LiveContainer/LiveContainer/commit/6582ba90c9c6953e1603c2094d14ac7a73ed4cda) fix: Fix llvmOtoolOuts initialization in LCTweakFolderView - [`8025233`](https://github.com/LiveContainer/LiveContainer/commit/8025233c55e8c1015ed465ecfb133015efe8d198) feat: Fix llvmOtoolOuts initialization in LCTweakFolderView - [`b1bc373`](https://github.com/LiveContainer/LiveContainer/commit/b1bc373279ad9c342390864733d594d02bf3bebb) feat: Improve async handling in LCTweakFolderView - [`3778474`](https://github.com/LiveContainer/LiveContainer/commit/37784746b4f699b31199013575bd136217f35efb) feat: Refactor LCTweakFolderView to improve async handling and fix llvmOtoolOuts initialization - [`dcb8bd9`](https://github.com/LiveContainer/LiveContainer/commit/dcb8bd95e3c1ede4ca6faeb8cacf171ae66d2e95) feat: Update llvm-objdump command in LCTweakFolderView - [`216539b`](https://github.com/LiveContainer/LiveContainer/commit/216539b2b2c4fc93b35ab4862434b19702ad30e9) feat: Update llvm-objdump command in LCTweakFolderView - [`6c81d32`](https://github.com/LiveContainer/LiveContainer/commit/6c81d32f499706b3dbd99706ad22a37484afe0e5) Update LiveContainerSwiftUI Makefile to fix library linking issue - [`adbb729`](https://github.com/LiveContainer/LiveContainer/commit/adbb729d315a53a9f0f5974527a54eb8b37ef00e) Fix library signing issue in LiveContainerSwiftUI Makefile ### 📊 Changes **103 files changed** (+73 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `LiveContainerSwiftUI/LCSwiftBridge.h` (+1 -0) 📝 `LiveContainerSwiftUI/LCSwiftBridge.m` (+6 -0) 📝 `LiveContainerSwiftUI/LCTweaksView.swift` (+34 -1) 📝 `LiveContainerSwiftUI/LiveContainerSwiftUI-Bridging-Header.h` (+1 -0) 📝 `LiveContainerSwiftUI/Makefile` (+10 -3) 📝 `LiveContainerSwiftUI/ObjcBridge.swift` (+4 -0) 📝 `Makefile` (+1 -1) ➕ `llvm-tools/libLLVM/libLLVMAArch64AsmParser.a` (+0 -0) ➕ `llvm-tools/libLLVM/libLLVMAArch64CodeGen.a` (+0 -0) ➕ `llvm-tools/libLLVM/libLLVMAArch64Desc.a` (+0 -0) ➕ `llvm-tools/libLLVM/libLLVMAArch64Disassembler.a` (+0 -0) ➕ `llvm-tools/libLLVM/libLLVMAArch64Info.a` (+0 -0) ➕ `llvm-tools/libLLVM/libLLVMAArch64Utils.a` (+0 -0) ➕ `llvm-tools/libLLVM/libLLVMAggressiveInstCombine.a` (+0 -0) ➕ `llvm-tools/libLLVM/libLLVMAnalysis.a` (+0 -0) ➕ `llvm-tools/libLLVM/libLLVMAsmParser.a` (+0 -0) ➕ `llvm-tools/libLLVM/libLLVMAsmPrinter.a` (+0 -0) ➕ `llvm-tools/libLLVM/libLLVMBinaryFormat.a` (+0 -0) ➕ `llvm-tools/libLLVM/libLLVMBitReader.a` (+0 -0) ➕ `llvm-tools/libLLVM/libLLVMBitWriter.a` (+0 -0) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <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:26 +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#1075
No description provided.