[PR #856] [MERGED] feat: starts app asynchronously #1779

Closed
opened 2026-03-03 19:08:54 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/PlayCover/PlayCover/pull/856
Author: @ohaiibuzzle
Created: 3/11/2023
Status: Merged
Merged: 3/11/2023
Merged by: @IsaacMarovitz

Base: developHead: feat/async-app-launch


📝 Commits (2)

  • b57735c feat: starts app asynchronously
  • 66f91bf fix: add a lock to app startup to prevent starting the same app twice

📊 Changes

2 files changed (+44 additions, -22 deletions)

View changed files

📝 PlayCover/Model/PlayApp.swift (+41 -21)
📝 PlayCover/Views/App Views/PlayAppView.swift (+3 -1)

📄 Description

Allowing PlayCover to start apps and apply patches to them asynchronously which makes the user interface more responsive

Originally made for KeyCover but backported, will be useful if we have operation that will take a long time to finish (eg. resigning apps with custom entitlements)


🔄 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/856 **Author:** [@ohaiibuzzle](https://github.com/ohaiibuzzle) **Created:** 3/11/2023 **Status:** ✅ Merged **Merged:** 3/11/2023 **Merged by:** [@IsaacMarovitz](https://github.com/IsaacMarovitz) **Base:** `develop` ← **Head:** `feat/async-app-launch` --- ### 📝 Commits (2) - [`b57735c`](https://github.com/PlayCover/PlayCover/commit/b57735cdf262c211ddb191c4222c4dc8b7d6ef01) feat: starts app asynchronously - [`66f91bf`](https://github.com/PlayCover/PlayCover/commit/66f91bfef54d32df3bbe1c6bf2187997a07b0bd0) fix: add a lock to app startup to prevent starting the same app twice ### 📊 Changes **2 files changed** (+44 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `PlayCover/Model/PlayApp.swift` (+41 -21) 📝 `PlayCover/Views/App Views/PlayAppView.swift` (+3 -1) </details> ### 📄 Description Allowing PlayCover to start apps and apply patches to them asynchronously which makes the user interface more responsive Originally made for KeyCover but backported, will be useful if we have operation that will take a long time to finish (eg. resigning apps with custom entitlements) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 19:08:54 +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/PlayCover#1779
No description provided.