mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-26 00:05:52 +03:00
[PR #1785] Package backup app bundle #1910
Labels
No labels
UI
app-support
bug
bug
documentation
duplicate
enhancement
game-support
good first issue
help wanted / caution
inactive
invalid
macos-beta
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/PlayCover#1910
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/PlayCover/PlayCover/pull/1785
Author: @TheMoonThatRises
Created: 1/2/2025
Status: 🔄 Open
Base:
develop← Head:feat/package-backup-app📝 Commits (2)
73e8565feat: package backup appa632b0fMerge branch 'PlayCover:develop' into feat/package-backup-app📊 Changes
13 files changed (+335 additions, -10 deletions)
View changed files
📝
PlayCover.xcodeproj/project.pbxproj(+12 -0)➕
PlayCover/AppInstaller/Installer+playPackage.swift(+102 -0)📝
PlayCover/Info.plist(+19 -0)📝
PlayCover/Model/AppContainer.swift(+1 -1)📝
PlayCover/Model/PlayApp.swift(+2 -0)📝
PlayCover/PlayCoverError.swift(+6 -0)📝
PlayCover/Utils/IPA.swift(+1 -1)➕
PlayCover/Utils/PlayPackage.swift(+131 -0)➕
PlayCover/ViewModel/ExportAppVM.swift(+26 -0)📝
PlayCover/Views/App Views/PlayAppView.swift(+13 -6)📝
PlayCover/Views/PlayCoverApp.swift(+1 -0)📝
PlayCover/Views/Sidebar Views/AppLibraryView.swift(+8 -2)📝
PlayCover/Views/ToastView.swift(+13 -0)📄 Description
Allow users to export the app, app container, and PlayCover settings as a zip file (playapp).
Closes #1758.
Roadmap:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.