mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-26 08:15:56 +03:00
[PR #601] [MERGED] Hotfix 2.0.1 #1673
Labels
No labels
UI
app-support
bug
bug
documentation
duplicate
enhancement
game-support
good first issue
help wanted / caution
inactive
invalid
macos-beta
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/PlayCover#1673
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
stable← Head:develop📝 Commits (10+)
bae72a2Switch from optool to inject (#554)fef8accTranslated using Weblate (Portuguese (Brazil)) (#583)87bf607fix!: Shell escape in entitlement handlingfefbd1bMerge pull request #600 from ohaiibuzzle/fix/emerg-entitlement-escape6234664fix!: Remove quotations in fetchEntitlements completely4e9c0e1Merge pull request #602 from ohaiibuzzle/fix/remove-fetchEntitlements-quotesf1c5c19fix: publishing changes on background thread7e10d63fix: negative frame width warning8ff2982Merge pull request #603 from TheMoonThatRises/fix/threads3a9181fPaperwork: 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.