[PR #181] [MERGED] Release Hotfix 1.1.1 #1503

Closed
opened 2026-03-03 19:07:23 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/PlayCover/PlayCover/pull/181
Author: @Depal1
Created: 8/18/2022
Status: Merged
Merged: 8/18/2022
Merged by: @Depal1

Base: masterHead: Staging-1.1.1


📝 Commits (10+)

  • 45051cd fix: warning in for clause
  • 1426cb0 load config from .config
  • 3884510 fix swift lint
  • 72903fc Better clear app preferences error checking
  • 18d72f5 Merge pull request #163 from IsaacMarovitz/develop
  • 2103272 Merge pull request #160 from castlele/fix/for_where_clause
  • bd47fae update updater setting
  • 9dea64c correct appcast url
  • 2ea539e update auto-generated release note
  • 6d5e086 bump version to 1.1.1

📊 Changes

26 files changed (+245 additions, -132 deletions)

View changed files

📝 .github/release.yml (+2 -0)
📝 PlayCover.xcodeproj/project.pbxproj (+12 -4)
📝 PlayCover/AppInstaller/Installer.swift (+7 -9)
📝 PlayCover/Utils/PlayTools.swift (+3 -3)
📝 PlayCover/Utils/RestoreGenshinUserData.swift (+11 -27)
📝 PlayCover/Utils/SaveGenshinUserData.swift (+12 -1)
📝 PlayCover/Utils/Shell.swift (+3 -1)
PlayCover/Utils/getScreenSizeSelector.swift (+23 -0)
📝 PlayCover/View/AppSettingsView.swift (+5 -1)
📝 PlayCover/View/AppsView.swift (+73 -27)
📝 PlayCover/View/PlayAppView.swift (+1 -3)
📝 PlayCover/View/StoreGenshinAccountView.swift (+10 -2)
📝 PlayCover/de.lproj/Localizable.strings (+7 -5)
📝 PlayCover/en.lproj/Localizable.strings (+7 -5)
📝 PlayCover/es.lproj/Localizable.strings (+7 -5)
📝 PlayCover/fr.lproj/Localizable.strings (+7 -4)
📝 PlayCover/id.lproj/Localizable.strings (+8 -5)
📝 PlayCover/it.lproj/Localizable.strings (+8 -5)
📝 PlayCover/ja.lproj/Localizable.strings (+8 -5)
📝 PlayCover/ko.lproj/Localizable.strings (+8 -5)

...and 6 more files

📄 Description

Changelog

  • Fixed an issue where applications would not get properly signed.
  • The Genshin account switcher now includes TW/HK and Asia.
  • The installation of Xcode command line tools is now more user friendly.
  • Added vertical screen mode.

🔄 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/181 **Author:** [@Depal1](https://github.com/Depal1) **Created:** 8/18/2022 **Status:** ✅ Merged **Merged:** 8/18/2022 **Merged by:** [@Depal1](https://github.com/Depal1) **Base:** `master` ← **Head:** `Staging-1.1.1` --- ### 📝 Commits (10+) - [`45051cd`](https://github.com/PlayCover/PlayCover/commit/45051cd1811154b83603feb754df44e9741f1331) fix: warning in for clause - [`1426cb0`](https://github.com/PlayCover/PlayCover/commit/1426cb0c21dd154b28accf8f4dfb543afb49e5c3) load config from .config - [`3884510`](https://github.com/PlayCover/PlayCover/commit/3884510032e02b721cef92ce5d9f4a40af6dc454) fix swift lint - [`72903fc`](https://github.com/PlayCover/PlayCover/commit/72903fc09ec84fd83bb2f9d3df3b9f18712581f2) Better clear app preferences error checking - [`18d72f5`](https://github.com/PlayCover/PlayCover/commit/18d72f54204684a00d9da0127d0594a90b62ce99) Merge pull request #163 from IsaacMarovitz/develop - [`2103272`](https://github.com/PlayCover/PlayCover/commit/210327232875a44e4111dbf499a0507de82d8e05) Merge pull request #160 from castlele/fix/for_where_clause - [`bd47fae`](https://github.com/PlayCover/PlayCover/commit/bd47fae039d1916e9a92ef5d808efec95908ecb2) update updater setting - [`9dea64c`](https://github.com/PlayCover/PlayCover/commit/9dea64c0edcabea352d4168a55951e1402f6044d) correct appcast url - [`2ea539e`](https://github.com/PlayCover/PlayCover/commit/2ea539e421e369cb379a51a2eb54d7ffbbb26126) update auto-generated release note - [`6d5e086`](https://github.com/PlayCover/PlayCover/commit/6d5e0860106ffa24c1f4511ae1c1de1f849291b5) bump version to 1.1.1 ### 📊 Changes **26 files changed** (+245 additions, -132 deletions) <details> <summary>View changed files</summary> 📝 `.github/release.yml` (+2 -0) 📝 `PlayCover.xcodeproj/project.pbxproj` (+12 -4) 📝 `PlayCover/AppInstaller/Installer.swift` (+7 -9) 📝 `PlayCover/Utils/PlayTools.swift` (+3 -3) 📝 `PlayCover/Utils/RestoreGenshinUserData.swift` (+11 -27) 📝 `PlayCover/Utils/SaveGenshinUserData.swift` (+12 -1) 📝 `PlayCover/Utils/Shell.swift` (+3 -1) ➕ `PlayCover/Utils/getScreenSizeSelector.swift` (+23 -0) 📝 `PlayCover/View/AppSettingsView.swift` (+5 -1) 📝 `PlayCover/View/AppsView.swift` (+73 -27) 📝 `PlayCover/View/PlayAppView.swift` (+1 -3) 📝 `PlayCover/View/StoreGenshinAccountView.swift` (+10 -2) 📝 `PlayCover/de.lproj/Localizable.strings` (+7 -5) 📝 `PlayCover/en.lproj/Localizable.strings` (+7 -5) 📝 `PlayCover/es.lproj/Localizable.strings` (+7 -5) 📝 `PlayCover/fr.lproj/Localizable.strings` (+7 -4) 📝 `PlayCover/id.lproj/Localizable.strings` (+8 -5) 📝 `PlayCover/it.lproj/Localizable.strings` (+8 -5) 📝 `PlayCover/ja.lproj/Localizable.strings` (+8 -5) 📝 `PlayCover/ko.lproj/Localizable.strings` (+8 -5) _...and 6 more files_ </details> ### 📄 Description ## Changelog * Fixed an issue where applications would not get properly signed. * The Genshin account switcher now includes TW/HK and Asia. * The installation of Xcode command line tools is now more user friendly. * Added vertical screen mode. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 19:07:23 +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#1503
No description provided.