mirror of
https://github.com/LiveContainer/LiveContainer.git
synced 2026-04-25 09:05:53 +03:00
[PR #1069] [MERGED] Feat: Add support for installing apps via Plist and adding app remarks #1128
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#1128
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/1069
Author: @WingCH
Created: 1/5/2026
Status: ✅ Merged
Merged: 1/8/2026
Merged by: @hugeBlack
Base:
main← Head:main📝 Commits (5)
977531bfeat: Add app remark functionalitye3dcefffeat(main): Add ability to install apps from Plist and support itms-services linksb760b09feat(main): improve URL install logic to parse itms-services and plist links from mixed texta082308feat(main): merge Install from URL/plist into single entry with auto-detection011697arefactor(main): simplify plist install to WebView-only, remove auto-detection from Install URL📊 Changes
9 files changed (+282 additions, -5 deletions)
View changed files
📝
LiveContainerSwiftUI/LCAppBanner.swift(+6 -0)📝
LiveContainerSwiftUI/LCAppInfo.h(+1 -0)📝
LiveContainerSwiftUI/LCAppInfo.m(+13 -0)📝
LiveContainerSwiftUI/LCAppListView.swift(+75 -1)📝
LiveContainerSwiftUI/LCAppModel.swift(+7 -0)📝
LiveContainerSwiftUI/LCAppSettingsView.swift(+7 -0)📝
LiveContainerSwiftUI/LCWebView.swift(+12 -3)📝
LiveContainerSwiftUI/LiveContainerSwiftUIApp.swift(+0 -1)📝
Resources/Localizable.xcstrings(+161 -0)📄 Description
This PR introduces two new features to enhance app management and installation flexibility.
1. App Remarks
2. Install via Plist / itms-services
.plistmanifests to automatically extract and install the.ipaURL.itms-services://links by extracting theurlparameter.extractPlistUrl) that can identify valid Plist oritms-servicesURLs from mixed text (e.g., when pasting a full message).Localization:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.