[PR #721] [MERGED] Bug fix release 2.0.3 #1726

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

📋 Pull Request Information

Original PR: https://github.com/PlayCover/PlayCover/pull/721
Author: @Depal1
Created: 1/18/2023
Status: Merged
Merged: 1/18/2023
Merged by: @Depal1

Base: stableHead: develop


📝 Commits (10+)

📊 Changes

58 files changed (+1089 additions, -542 deletions)

View changed files

📝 Cartfile.resolved (+1 -1)
📝 PlayCover.xcodeproj/project.pbxproj (+74 -10)
📝 PlayCover.xcodeproj/xcshareddata/xcschemes/PlayCover.xcscheme (+1 -1)
PlayCover/AppInstaller/Downloader.swift (+121 -0)
📝 PlayCover/AppInstaller/Installer.swift (+3 -3)
📝 PlayCover/AppInstaller/Utils/IPA.swift (+1 -1)
📝 PlayCover/Model/AppContainer.swift (+1 -1)
📝 PlayCover/Model/AppSettings.swift (+2 -1)
📝 PlayCover/Model/BaseApp.swift (+1 -1)
📝 PlayCover/Model/ITunesResponse.swift (+20 -2)
📝 PlayCover/Model/PlayApp.swift (+4 -4)
📝 PlayCover/Services/SoundDeviceService.swift (+1 -1)
PlayCover/Utils/Cacher.swift (+69 -0)
📝 PlayCover/Utils/DeletePreferences.swift (+2 -2)
📝 PlayCover/Utils/GenshinUserData/DeleteStoredGenshinUserData.swift (+3 -1)
📝 PlayCover/Utils/GenshinUserData/GenshinUserDataURLs.swift (+1 -2)
📝 PlayCover/Utils/GenshinUserData/RestoreGenshinUserData.swift (+1 -1)
📝 PlayCover/Utils/GenshinUserData/SaveGenshinUserData.swift (+3 -3)
PlayCover/Utils/ImageCache.swift (+0 -166)
📝 PlayCover/Utils/PlayTools.swift (+2 -2)

...and 38 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/721 **Author:** [@Depal1](https://github.com/Depal1) **Created:** 1/18/2023 **Status:** ✅ Merged **Merged:** 1/18/2023 **Merged by:** [@Depal1](https://github.com/Depal1) **Base:** `stable` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`da51290`](https://github.com/PlayCover/PlayCover/commit/da51290cfcc3481e5f5d54a2fadb385fa04cb955) New Cache System (#624) - [`4697975`](https://github.com/PlayCover/PlayCover/commit/46979756bdbc72bd3b9836089e7bf5d24512f12f) Better Download Handler (Class) (#622) - [`a81ce21`](https://github.com/PlayCover/PlayCover/commit/a81ce21ae77265c7d91c0fc1098a7df36fcbe17d) Update Cacher.swift - [`4639fc1`](https://github.com/PlayCover/PlayCover/commit/4639fc1c0dfcba69a5439df3798d4aa426d58a1e) Merge pull request #652 from amirsaam/develop - [`9ccee00`](https://github.com/PlayCover/PlayCover/commit/9ccee00d49d1020a78d360e45d2c09eb2dae6c79) fix: always find primary app icon (#656) - [`832126a`](https://github.com/PlayCover/PlayCover/commit/832126aaa06a1378221a7e1071abf8e657daa366) Replace Usage of `DispatchQueue` with `Task` (#639) - [`687112e`](https://github.com/PlayCover/PlayCover/commit/687112e78188990760927b4988f5c44fdbc5f2a1) fix: extraneous `@MainActor` - [`dcb7814`](https://github.com/PlayCover/PlayCover/commit/dcb7814e4111ffe1611c1875d073b62ac6f809f3) style: button and toggle spacings - [`7162300`](https://github.com/PlayCover/PlayCover/commit/7162300fc7cdda09e51c4189b93d82a5939513e8) Fix: Genshin account switcher now works. - [`e3eb0ca`](https://github.com/PlayCover/PlayCover/commit/e3eb0ca8d883caa0dd008340b8c45d92b16a2523) Translated using Weblate (Portuguese (Brazil)) ### 📊 Changes **58 files changed** (+1089 additions, -542 deletions) <details> <summary>View changed files</summary> 📝 `Cartfile.resolved` (+1 -1) 📝 `PlayCover.xcodeproj/project.pbxproj` (+74 -10) 📝 `PlayCover.xcodeproj/xcshareddata/xcschemes/PlayCover.xcscheme` (+1 -1) ➕ `PlayCover/AppInstaller/Downloader.swift` (+121 -0) 📝 `PlayCover/AppInstaller/Installer.swift` (+3 -3) 📝 `PlayCover/AppInstaller/Utils/IPA.swift` (+1 -1) 📝 `PlayCover/Model/AppContainer.swift` (+1 -1) 📝 `PlayCover/Model/AppSettings.swift` (+2 -1) 📝 `PlayCover/Model/BaseApp.swift` (+1 -1) 📝 `PlayCover/Model/ITunesResponse.swift` (+20 -2) 📝 `PlayCover/Model/PlayApp.swift` (+4 -4) 📝 `PlayCover/Services/SoundDeviceService.swift` (+1 -1) ➕ `PlayCover/Utils/Cacher.swift` (+69 -0) 📝 `PlayCover/Utils/DeletePreferences.swift` (+2 -2) 📝 `PlayCover/Utils/GenshinUserData/DeleteStoredGenshinUserData.swift` (+3 -1) 📝 `PlayCover/Utils/GenshinUserData/GenshinUserDataURLs.swift` (+1 -2) 📝 `PlayCover/Utils/GenshinUserData/RestoreGenshinUserData.swift` (+1 -1) 📝 `PlayCover/Utils/GenshinUserData/SaveGenshinUserData.swift` (+3 -3) ➖ `PlayCover/Utils/ImageCache.swift` (+0 -166) 📝 `PlayCover/Utils/PlayTools.swift` (+2 -2) _...and 38 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:36 +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#1726
No description provided.