[PR #601] [MERGED] Hotfix 2.0.1 #1673

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

📋 Pull Request Information

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

Base: stableHead: develop


📝 Commits (10+)

  • bae72a2 Switch from optool to inject (#554)
  • fef8acc Translated using Weblate (Portuguese (Brazil)) (#583)
  • 87bf607 fix!: Shell escape in entitlement handling
  • fefbd1b Merge pull request #600 from ohaiibuzzle/fix/emerg-entitlement-escape
  • 6234664 fix!: Remove quotations in fetchEntitlements completely
  • 4e9c0e1 Merge pull request #602 from ohaiibuzzle/fix/remove-fetchEntitlements-quotes
  • f1c5c19 fix: publishing changes on background thread
  • 7e10d63 fix: negative frame width warning
  • 8ff2982 Merge pull request #603 from TheMoonThatRises/fix/threads
  • 3a9181f Paperwork: Cartfile.resolved PlayTools v2.0.3

📊 Changes

20 files changed (+141 additions, -1484 deletions)

View changed files

📝 .github/ISSUE_TEMPLATE/BUG-REPORT.yml (+3 -2)
📝 .swiftlint.yml (+2 -1)
📝 Cartfile.resolved (+1 -1)
📝 PlayCover.xcodeproj/project.pbxproj (+19 -40)
PlayCover/AppInstaller/optool/NSData+Reading.h (+0 -47)
PlayCover/AppInstaller/optool/NSData+Reading.m (+0 -130)
PlayCover/AppInstaller/optool/defines.h (+0 -102)
PlayCover/AppInstaller/optool/headers.h (+0 -32)
PlayCover/AppInstaller/optool/headers.m (+0 -104)
PlayCover/AppInstaller/optool/main.m (+0 -259)
PlayCover/AppInstaller/optool/operations.h (+0 -38)
PlayCover/AppInstaller/optool/operations.m (+0 -567)
PlayCover/AppInstaller/optool/patch.h (+0 -18)
PlayCover/AppInstaller/optool/patch.m (+0 -56)
📝 PlayCover/PlayCover-Bridging-Header.h (+0 -1)
📝 PlayCover/Utils/PlayTools.swift (+96 -67)
📝 PlayCover/Views/App Views/StoreAppView.swift (+8 -6)
📝 PlayCover/Views/MainView.swift (+1 -1)
📝 PlayCover/pt-br.lproj/Localizable.strings (+10 -10)
📝 README.md (+1 -2)

📄 Description

This is a hotfix as stated in https://github.com/PlayCover/PlayCover/pull/600. Along come some minor changes to translations and the removal of optool in favor of inject, which has works correctly as far as we know.

The PlayTools regression stated in https://github.com/PlayCover/PlayTools/issues/58 has been fixed under PlayTools tag v2.0.3.


🔄 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/601 **Author:** [@Depal1](https://github.com/Depal1) **Created:** 12/20/2022 **Status:** ✅ Merged **Merged:** 12/20/2022 **Merged by:** [@Depal1](https://github.com/Depal1) **Base:** `stable` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`bae72a2`](https://github.com/PlayCover/PlayCover/commit/bae72a25963661e7c9b74e6d16101efd31a4bbf2) Switch from optool to inject (#554) - [`fef8acc`](https://github.com/PlayCover/PlayCover/commit/fef8acce0cf0b638ce7485d47babd01433ecedc0) Translated using Weblate (Portuguese (Brazil)) (#583) - [`87bf607`](https://github.com/PlayCover/PlayCover/commit/87bf607fba87af141a52212939e22d5ef5d15d8d) fix!: Shell escape in entitlement handling - [`fefbd1b`](https://github.com/PlayCover/PlayCover/commit/fefbd1b45982630b9b08fc4bde243f01841aeffa) Merge pull request #600 from ohaiibuzzle/fix/emerg-entitlement-escape - [`6234664`](https://github.com/PlayCover/PlayCover/commit/62346646660cadaf5f088353b33492462337366a) fix!: Remove quotations in fetchEntitlements completely - [`4e9c0e1`](https://github.com/PlayCover/PlayCover/commit/4e9c0e189e0a97b4ac9c331fdbb93a5542292e59) Merge pull request #602 from ohaiibuzzle/fix/remove-fetchEntitlements-quotes - [`f1c5c19`](https://github.com/PlayCover/PlayCover/commit/f1c5c19af69d5d5a30cc67d4c385e34dca86e060) fix: publishing changes on background thread - [`7e10d63`](https://github.com/PlayCover/PlayCover/commit/7e10d6315a9fd0238693d5bbb5b9656168154bbf) fix: negative frame width warning - [`8ff2982`](https://github.com/PlayCover/PlayCover/commit/8ff2982a3b6cd66e45a6f8f8f452b1bc995b1e1f) Merge pull request #603 from TheMoonThatRises/fix/threads - [`3a9181f`](https://github.com/PlayCover/PlayCover/commit/3a9181f63b38317556daaf74f96038894a2ea4be) Paperwork: Cartfile.resolved PlayTools v2.0.3 ### 📊 Changes **20 files changed** (+141 additions, -1484 deletions) <details> <summary>View changed files</summary> 📝 `.github/ISSUE_TEMPLATE/BUG-REPORT.yml` (+3 -2) 📝 `.swiftlint.yml` (+2 -1) 📝 `Cartfile.resolved` (+1 -1) 📝 `PlayCover.xcodeproj/project.pbxproj` (+19 -40) ➖ `PlayCover/AppInstaller/optool/NSData+Reading.h` (+0 -47) ➖ `PlayCover/AppInstaller/optool/NSData+Reading.m` (+0 -130) ➖ `PlayCover/AppInstaller/optool/defines.h` (+0 -102) ➖ `PlayCover/AppInstaller/optool/headers.h` (+0 -32) ➖ `PlayCover/AppInstaller/optool/headers.m` (+0 -104) ➖ `PlayCover/AppInstaller/optool/main.m` (+0 -259) ➖ `PlayCover/AppInstaller/optool/operations.h` (+0 -38) ➖ `PlayCover/AppInstaller/optool/operations.m` (+0 -567) ➖ `PlayCover/AppInstaller/optool/patch.h` (+0 -18) ➖ `PlayCover/AppInstaller/optool/patch.m` (+0 -56) 📝 `PlayCover/PlayCover-Bridging-Header.h` (+0 -1) 📝 `PlayCover/Utils/PlayTools.swift` (+96 -67) 📝 `PlayCover/Views/App Views/StoreAppView.swift` (+8 -6) 📝 `PlayCover/Views/MainView.swift` (+1 -1) 📝 `PlayCover/pt-br.lproj/Localizable.strings` (+10 -10) 📝 `README.md` (+1 -2) </details> ### 📄 Description This is a hotfix as stated in https://github.com/PlayCover/PlayCover/pull/600. Along come some minor changes to translations and the removal of optool in favor of inject, which has works correctly as far as we know. The PlayTools regression stated in https://github.com/PlayCover/PlayTools/issues/58 has been fixed under PlayTools tag [v2.0.3](https://github.com/PlayCover/PlayTools/tree/v2.0.3). - [x] https://github.com/PlayCover/PlayCover/pull/605 - [x] https://github.com/PlayCover/PlayCover/pull/584 - [x] https://github.com/PlayCover/PlayCover/pull/606 --- <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:19 +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#1673
No description provided.