[PR #1250] [MERGED] Fix/gh actions #1827

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

📋 Pull Request Information

Original PR: https://github.com/PlayCover/PlayCover/pull/1250
Author: @TheMoonThatRises
Created: 12/9/2023
Status: Merged
Merged: 12/9/2023
Merged by: @XuYicong

Base: test-build-sparkle-prHead: fix/gh-actions


📝 Commits (7)

  • eee940c fix: sidebar button
  • 24e4f53 Merge pull request #1131 from TheMoonThatRises/fix/sidebar-button
  • 4c504e3 Add toggle for scroll wheel (#1215)
  • a974b53 fix: missing semi-colon in en localisation
  • 957863a Merge pull request #1243 from TheMoonThatRises/fix/localisation
  • 9269b76 Use Application ID when storing apps (#1100)
  • f853d5b move create-dmg to brew

📊 Changes

11 files changed (+178 additions, -79 deletions)

View changed files

📝 .github/workflows/1.build_release.yml (+1 -2)
📝 .github/workflows/2.nightly_release.yml (+1 -2)
📝 PlayCover/AppInstaller/Installer.swift (+2 -2)
📝 PlayCover/Model/AppSettings.swift (+2 -0)
📝 PlayCover/Model/PlayApp.swift (+19 -28)
📝 PlayCover/Utils/Extensions/PlayAppExtensions.swift (+19 -0)
📝 PlayCover/ViewModel/AppsVM.swift (+67 -3)
📝 PlayCover/Views/AppSettingsView.swift (+10 -10)
📝 PlayCover/Views/MainView.swift (+7 -7)
📝 PlayCover/Views/Uninstaller.swift (+47 -23)
📝 PlayCover/en.lproj/Localizable.strings (+3 -2)

📄 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/1250 **Author:** [@TheMoonThatRises](https://github.com/TheMoonThatRises) **Created:** 12/9/2023 **Status:** ✅ Merged **Merged:** 12/9/2023 **Merged by:** [@XuYicong](https://github.com/XuYicong) **Base:** `test-build-sparkle-pr` ← **Head:** `fix/gh-actions` --- ### 📝 Commits (7) - [`eee940c`](https://github.com/PlayCover/PlayCover/commit/eee940c17b71c25218317beb7aa20e01f02ab444) fix: sidebar button - [`24e4f53`](https://github.com/PlayCover/PlayCover/commit/24e4f53249796fb31ccce3fc54b87e4d0ca5b424) Merge pull request #1131 from TheMoonThatRises/fix/sidebar-button - [`4c504e3`](https://github.com/PlayCover/PlayCover/commit/4c504e35ccf686a8409e545c936c4488a8a66a26) Add toggle for scroll wheel (#1215) - [`a974b53`](https://github.com/PlayCover/PlayCover/commit/a974b5329a65814c4c9394c3d77767b4cb01488f) fix: missing semi-colon in en localisation - [`957863a`](https://github.com/PlayCover/PlayCover/commit/957863a957c3d2b07c407a8dd9124de2841442a0) Merge pull request #1243 from TheMoonThatRises/fix/localisation - [`9269b76`](https://github.com/PlayCover/PlayCover/commit/9269b7666f2ada016c7087682ddffddfb4134174) Use Application ID when storing apps (#1100) - [`f853d5b`](https://github.com/PlayCover/PlayCover/commit/f853d5b36f0b74f82bbc832c6ae0718021d256fd) move create-dmg to brew ### 📊 Changes **11 files changed** (+178 additions, -79 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/1.build_release.yml` (+1 -2) 📝 `.github/workflows/2.nightly_release.yml` (+1 -2) 📝 `PlayCover/AppInstaller/Installer.swift` (+2 -2) 📝 `PlayCover/Model/AppSettings.swift` (+2 -0) 📝 `PlayCover/Model/PlayApp.swift` (+19 -28) 📝 `PlayCover/Utils/Extensions/PlayAppExtensions.swift` (+19 -0) 📝 `PlayCover/ViewModel/AppsVM.swift` (+67 -3) 📝 `PlayCover/Views/AppSettingsView.swift` (+10 -10) 📝 `PlayCover/Views/MainView.swift` (+7 -7) 📝 `PlayCover/Views/Uninstaller.swift` (+47 -23) 📝 `PlayCover/en.lproj/Localizable.strings` (+3 -2) </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:09:10 +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#1827
No description provided.