[PR #1785] Package backup app bundle #1910

Open
opened 2026-03-03 19:09:36 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/PlayCover/PlayCover/pull/1785
Author: @TheMoonThatRises
Created: 1/2/2025
Status: 🔄 Open

Base: developHead: feat/package-backup-app


📝 Commits (2)

  • 73e8565 feat: package backup app
  • a632b0f Merge 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:

  • Fix the importer
  • Add a warning saying that the bundle may contain account information

🔄 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/PlayCover/PlayCover/pull/1785 **Author:** [@TheMoonThatRises](https://github.com/TheMoonThatRises) **Created:** 1/2/2025 **Status:** 🔄 Open **Base:** `develop` ← **Head:** `feat/package-backup-app` --- ### 📝 Commits (2) - [`73e8565`](https://github.com/PlayCover/PlayCover/commit/73e8565d4e252f285bc54b232498efe376ed6449) feat: package backup app - [`a632b0f`](https://github.com/PlayCover/PlayCover/commit/a632b0f64c8bc94e4ea6ef7dc9d9c3e49cc25294) Merge branch 'PlayCover:develop' into feat/package-backup-app ### 📊 Changes **13 files changed** (+335 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Allow users to export the app, app container, and PlayCover settings as a zip file (playapp). Closes #1758. Roadmap: - [ ] Fix the importer - [ ] Add a warning saying that the bundle may contain account information --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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/PlayCover#1910
No description provided.