[PR #569] [MERGED] Version 2.0.0 Stable Release #1662

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

📋 Pull Request Information

Original PR: https://github.com/PlayCover/PlayCover/pull/569
Author: @IsaacMarovitz
Created: 12/12/2022
Status: Merged
Merged: 12/12/2022
Merged by: @Depal1

Base: stableHead: develop


📝 Commits (10+)

  • 49ec978 Add iPad Pro M2 model identifier
  • d0689f1 fix: remove progress bar when failed
  • c81d8f7 Merge pull request #510 from TheMoonThatRises/fix/failedprogressbar
  • fe4829f fix: Localization for SigningSetupView.swift
  • 496b975 fix: release temporary directories when finished
  • a554254 Merge pull request #513 from ohaiibuzzle/fix/signing-config-localize
  • a428436 fix: keymap import and exporting
  • d42acf7 Merge pull request #515 from TheMoonThatRises/fix/keymapping
  • e9a66e1 Merge pull request #512 from TheMoonThatRises/fix/releasetmpdir
  • e2677b4 Reposition noPlayTools sign in ListView App Library (#501)

📊 Changes

40 files changed (+1323 additions, -924 deletions)

View changed files

📝 PlayCover.xcodeproj/project.pbxproj (+7 -9)
📝 PlayCover/AppInstaller/Installer.swift (+8 -2)
📝 PlayCover/AppInstaller/Utils/Entitlements.swift (+1 -1)
📝 PlayCover/AppInstaller/Utils/IPA.swift (+17 -19)
📝 PlayCover/Model/AppContainer.swift (+1 -5)
📝 PlayCover/Model/AppSettings.swift (+2 -0)
PlayCover/Model/KeyCodeNames.swift (+100 -0)
📝 PlayCover/Model/Keymapping.swift (+75 -7)
📝 PlayCover/Model/PlayApp.swift (+10 -8)
📝 PlayCover/Utils/AppIntegrity.swift (+2 -4)
📝 PlayCover/Utils/FileExtensions.swift (+1 -1)
📝 PlayCover/Utils/LegacySettings.swift (+1 -3)
📝 PlayCover/Utils/PlayTools.swift (+3 -5)
📝 PlayCover/Utils/Shell.swift (+20 -0)
📝 PlayCover/ViewModel/InstallVM.swift (+1 -1)
📝 PlayCover/ViewModel/StoreVM.swift (+1 -0)
📝 PlayCover/Views/App Views/PlayAppView.swift (+6 -8)
📝 PlayCover/Views/App Views/StoreAppView.swift (+65 -17)
📝 PlayCover/Views/AppSettingsView.swift (+15 -3)
📝 PlayCover/Views/MenuBarView.swift (+1 -1)

...and 20 more files

📄 Description

No description provided


🔄 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/569 **Author:** [@IsaacMarovitz](https://github.com/IsaacMarovitz) **Created:** 12/12/2022 **Status:** ✅ Merged **Merged:** 12/12/2022 **Merged by:** [@Depal1](https://github.com/Depal1) **Base:** `stable` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`49ec978`](https://github.com/PlayCover/PlayCover/commit/49ec978a45cbd302656fedd17ba27daf1203bd72) Add iPad Pro M2 model identifier - [`d0689f1`](https://github.com/PlayCover/PlayCover/commit/d0689f15811c1945d2851422b36b9d3c58261b25) fix: remove progress bar when failed - [`c81d8f7`](https://github.com/PlayCover/PlayCover/commit/c81d8f74444ab7f742520e83bc6e1390137a9263) Merge pull request #510 from TheMoonThatRises/fix/failedprogressbar - [`fe4829f`](https://github.com/PlayCover/PlayCover/commit/fe4829f3f29d881383025317d9bec90906032427) fix: Localization for SigningSetupView.swift - [`496b975`](https://github.com/PlayCover/PlayCover/commit/496b9759a6996cb16f01568bbef1456cf2e6bb2b) fix: release temporary directories when finished - [`a554254`](https://github.com/PlayCover/PlayCover/commit/a55425419fd4d195c44614911d63e5523872dbf2) Merge pull request #513 from ohaiibuzzle/fix/signing-config-localize - [`a428436`](https://github.com/PlayCover/PlayCover/commit/a428436f57b774e4ae58bd5e32e4c99ac3b0e025) fix: keymap import and exporting - [`d42acf7`](https://github.com/PlayCover/PlayCover/commit/d42acf7eb10aa01aa541e34538bf98ab7a28b95d) Merge pull request #515 from TheMoonThatRises/fix/keymapping - [`e9a66e1`](https://github.com/PlayCover/PlayCover/commit/e9a66e17d8c263a368041ab32ae81fab0756ecda) Merge pull request #512 from TheMoonThatRises/fix/releasetmpdir - [`e2677b4`](https://github.com/PlayCover/PlayCover/commit/e2677b4cddc15a360d9fa0922229564b180007e5) Reposition noPlayTools sign in ListView App Library (#501) ### 📊 Changes **40 files changed** (+1323 additions, -924 deletions) <details> <summary>View changed files</summary> 📝 `PlayCover.xcodeproj/project.pbxproj` (+7 -9) 📝 `PlayCover/AppInstaller/Installer.swift` (+8 -2) 📝 `PlayCover/AppInstaller/Utils/Entitlements.swift` (+1 -1) 📝 `PlayCover/AppInstaller/Utils/IPA.swift` (+17 -19) 📝 `PlayCover/Model/AppContainer.swift` (+1 -5) 📝 `PlayCover/Model/AppSettings.swift` (+2 -0) ➕ `PlayCover/Model/KeyCodeNames.swift` (+100 -0) 📝 `PlayCover/Model/Keymapping.swift` (+75 -7) 📝 `PlayCover/Model/PlayApp.swift` (+10 -8) 📝 `PlayCover/Utils/AppIntegrity.swift` (+2 -4) 📝 `PlayCover/Utils/FileExtensions.swift` (+1 -1) 📝 `PlayCover/Utils/LegacySettings.swift` (+1 -3) 📝 `PlayCover/Utils/PlayTools.swift` (+3 -5) 📝 `PlayCover/Utils/Shell.swift` (+20 -0) 📝 `PlayCover/ViewModel/InstallVM.swift` (+1 -1) 📝 `PlayCover/ViewModel/StoreVM.swift` (+1 -0) 📝 `PlayCover/Views/App Views/PlayAppView.swift` (+6 -8) 📝 `PlayCover/Views/App Views/StoreAppView.swift` (+65 -17) 📝 `PlayCover/Views/AppSettingsView.swift` (+15 -3) 📝 `PlayCover/Views/MenuBarView.swift` (+1 -1) _...and 20 more files_ </details> ### 📄 Description _No description provided_ --- <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:15 +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#1662
No description provided.