[PR #436] [MERGED] migrate #1085

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

📋 Pull Request Information

Original PR: https://github.com/LiveContainer/LiveContainer/pull/436
Author: @hugeBlack
Created: 4/8/2025
Status: Merged
Merged: 4/8/2025
Merged by: @hugeBlack

Base: hbdevHead: main


📝 Commits (9)

📊 Changes

92 files changed (+12157 additions, -5082 deletions)

View changed files

📝 .github/workflows/build.yml (+125 -31)
📝 .gitignore (+2 -2)
📝 .gitmodules (+3 -0)
AltStoreTweak/Makefile (+0 -11)
📝 AltStoreTweak/Tweak.m (+1 -1)
LiveContainer.xcodeproj/project.pbxproj (+1237 -0)
LiveContainer.xcodeproj/project.xcworkspace/contents.xcworkspacedata (+7 -0)
LiveContainer.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist (+8 -0)
📝 LiveContainer.xcodeproj/xcshareddata/xcschemes/LiveContainer.xcscheme (+13 -13)
LiveContainer.xcodeproj/xcshareddata/xcschemes/LiveContainerSwiftUI.xcscheme (+67 -0)
📝 LiveContainer/AltStoreCore/ALTAccount.h (+0 -0)
📝 LiveContainer/AltStoreCore/ALTCertificate.h (+0 -0)
📝 LiveContainer/AltStoreCore/ALTProvisioningProfile.h (+0 -0)
📝 LiveContainer/AltStoreCore/ALTSigner.h (+0 -0)
📝 LiveContainer/AltStoreCore/ALTTeam.h (+0 -0)
📝 LiveContainer/FoundationPrivate.h (+0 -0)
📝 LiveContainer/LCSharedUtils.h (+0 -0)
📝 LiveContainer/LCSharedUtils.m (+0 -0)
📝 LiveContainer/Localization.h (+0 -0)
📝 LiveContainer/Localization.m (+0 -0)

...and 72 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/436 **Author:** [@hugeBlack](https://github.com/hugeBlack) **Created:** 4/8/2025 **Status:** ✅ Merged **Merged:** 4/8/2025 **Merged by:** [@hugeBlack](https://github.com/hugeBlack) **Base:** `hbdev` ← **Head:** `main` --- ### 📝 Commits (9) - [`33361ff`](https://github.com/LiveContainer/LiveContainer/commit/33361ff38ccd98215eaa5722c97441ad6317aaf8) signature check POC - [`60ef9f9`](https://github.com/LiveContainer/LiveContainer/commit/60ef9f9ab285f8dc707b3f153def79f152380759) Merge branch 'signatureCheck' - [`165b489`](https://github.com/LiveContainer/LiveContainer/commit/165b4896897397de71b7a35ca6aef11b42a7d8b9) fix #400, implement signature check, fix jitless test - [`f9b1a4a`](https://github.com/LiveContainer/LiveContainer/commit/f9b1a4a6b5df415bfa4c1f3ad9f01da5bc21bec1) optimize sign logic & bug fix - [`a8a740c`](https://github.com/LiveContainer/LiveContainer/commit/a8a740cf0a14cfef55a9df202f3c31617265ea17) fix #43, StikJIT support, add french translation - [`abb5835`](https://github.com/LiveContainer/LiveContainer/commit/abb583577a40af1a7455f0753a7bb2b14a809e18) Migrate to xcproj, support game mode, use zsign as default, add swidish and arabic translation - [`73d1bc4`](https://github.com/LiveContainer/LiveContainer/commit/73d1bc4345dea063a65f98767f0f3bc3b8a87f37) fix auto build - [`f0abb5c`](https://github.com/LiveContainer/LiveContainer/commit/f0abb5c19768fc0f11b9c53fd39cd370bba911cf) fix khanhduytran0/LiveContainer#409 khanhduytran0/LiveContainer#421 khanhduytran0/LiveContainer#422 hugeBlack/LiveContainer#42 hugeBlack/LiveContainer#48 implement hugeBlack/LiveContainer#47. add spoof sdk version option, change openssl to git module - [`882ece9`](https://github.com/LiveContainer/LiveContainer/commit/882ece9ab4bae9e5dfe38f348d1572b8d0ddda55) fix hugeBlack/LiveContainer#51, update german translation ### 📊 Changes **92 files changed** (+12157 additions, -5082 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build.yml` (+125 -31) 📝 `.gitignore` (+2 -2) 📝 `.gitmodules` (+3 -0) ➖ `AltStoreTweak/Makefile` (+0 -11) 📝 `AltStoreTweak/Tweak.m` (+1 -1) ➕ `LiveContainer.xcodeproj/project.pbxproj` (+1237 -0) ➕ `LiveContainer.xcodeproj/project.xcworkspace/contents.xcworkspacedata` (+7 -0) ➕ `LiveContainer.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist` (+8 -0) 📝 `LiveContainer.xcodeproj/xcshareddata/xcschemes/LiveContainer.xcscheme` (+13 -13) ➕ `LiveContainer.xcodeproj/xcshareddata/xcschemes/LiveContainerSwiftUI.xcscheme` (+67 -0) 📝 `LiveContainer/AltStoreCore/ALTAccount.h` (+0 -0) 📝 `LiveContainer/AltStoreCore/ALTCertificate.h` (+0 -0) 📝 `LiveContainer/AltStoreCore/ALTProvisioningProfile.h` (+0 -0) 📝 `LiveContainer/AltStoreCore/ALTSigner.h` (+0 -0) 📝 `LiveContainer/AltStoreCore/ALTTeam.h` (+0 -0) 📝 `LiveContainer/FoundationPrivate.h` (+0 -0) 📝 `LiveContainer/LCSharedUtils.h` (+0 -0) 📝 `LiveContainer/LCSharedUtils.m` (+0 -0) 📝 `LiveContainer/Localization.h` (+0 -0) 📝 `LiveContainer/Localization.m` (+0 -0) _...and 72 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:29 +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#1085
No description provided.