mirror of
https://github.com/LiveContainer/LiveContainer.git
synced 2026-04-25 09:05:53 +03:00
[PR #537] [MERGED] Add Support for ADP certificate with custom App Group #1093
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#1093
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/537
Author: @SoY0ung
Created: 5/28/2025
Status: ✅ Merged
Merged: 5/30/2025
Merged by: @hugeBlack
Base:
multitask← Head:multitask📝 Commits (8)
c87ca23Detect App Group in entitlement file for ADP certificate support2996f76Add import cert and jit-less test support for ADP certificatea5fc549Refresh Settings View when import/remove certe65d1a6Fix ADP condition intestJITLessMode09dfeddAllow converting to Shared App in ADP method5c16e9cFix SettingsView Refresh and JITLess test97bc52fRevert the changes to pbxproj except the target modificationb03638bCache app group after importing cert in ADP and Unknown method📊 Changes
9 files changed (+142 additions, -20 deletions)
View changed files
📝
LiveContainer.xcodeproj/project.pbxproj(+8 -1)📝
LiveContainer/LCSharedUtils.m(+23 -0)📝
LiveContainerSwiftUI/LCAppSettingsView.swift(+1 -1)📝
LiveContainerSwiftUI/LCJITLessDiagnoseView.swift(+19 -8)📝
LiveContainerSwiftUI/LCSettingsView.swift(+39 -9)📝
LiveContainerSwiftUI/LCUtils.h(+1 -0)📝
LiveContainerSwiftUI/LCUtils.m(+3 -1)📝
LiveContainerSwiftUI/Shared.swift(+2 -0)📝
Resources/Localizable.xcstrings(+46 -0)📄 Description
Achieve multitasking by moving data to custom app group for ADP certificate.
Storetype: ADP, it enabled when detected custom app group.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.