[PR #45] [MERGED] feat: Implement Sparkle Updater #1425

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

📋 Pull Request Information

Original PR: https://github.com/PlayCover/PlayCover/pull/45
Author: @Candygoblen123
Created: 7/16/2022
Status: Merged
Merged: 7/29/2022
Merged by: @Depal1

Base: developHead: develop


📝 Commits (10+)

📊 Changes

10 files changed (+229 additions, -84 deletions)

View changed files

📝 .github/workflows/2.nightly_release.yml (+44 -0)
📝 PlayCover.xcodeproj/project.pbxproj (+37 -4)
📝 PlayCover/Info.plist (+4 -0)
PlayCover/Services/UpdateService.swift (+0 -63)
📝 PlayCover/View/MainView.swift (+0 -12)
📝 PlayCover/View/MenuBarView.swift (+6 -0)
📝 PlayCover/View/PlayCoverApp.swift (+8 -5)
PlayCover/View/Settings/PlayCoverSettingsView.swift (+27 -0)
PlayCover/View/Settings/UpdateSettings.swift (+33 -0)
PlayCover/View/Sparkle.swift (+70 -0)

📄 Description

This PR implements Sparkle Updater for distributing updates


🔄 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/45 **Author:** [@Candygoblen123](https://github.com/Candygoblen123) **Created:** 7/16/2022 **Status:** ✅ Merged **Merged:** 7/29/2022 **Merged by:** [@Depal1](https://github.com/Depal1) **Base:** `develop` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`4e78acc`](https://github.com/PlayCover/PlayCover/commit/4e78acc32ea0605b0806a1e72c50812f7f8c00ba) add improved updater - [`4061d49`](https://github.com/PlayCover/PlayCover/commit/4061d49d2ed4d2fa544bf2028ddc806274facbb0) create changelog view in app - [`860410b`](https://github.com/PlayCover/PlayCover/commit/860410b3f55cb7694443c42472da3527f04de839) fix updater runtime warnings and nicer changelog UI - [`78e7fc1`](https://github.com/PlayCover/PlayCover/commit/78e7fc19fc6a4c91fab11fdcbedaed9a4dad089c) Merge branch 'develop' of github.com:PlayCover/PlayCover into develop - [`51d6e35`](https://github.com/PlayCover/PlayCover/commit/51d6e357c44562fa76c80f4538ec272f10bcaa46) add pre-release branch - [`346e6ac`](https://github.com/PlayCover/PlayCover/commit/346e6aceda44b621fb1f160295f64b04fdbb5f23) Start implementing Sparkle - [`92dae59`](https://github.com/PlayCover/PlayCover/commit/92dae59a4a4d784fb61c53d5ea7ce4781398fa96) feat: Sparkle Updater - [`e8eb18f`](https://github.com/PlayCover/PlayCover/commit/e8eb18f3a7ac49d093c864ee52983b2fe72fdd90) Merge branch 'develop' of https://github.com/PlayCover/PlayCover into develop - [`3cbc6c9`](https://github.com/PlayCover/PlayCover/commit/3cbc6c976b1e4b13600cbaec8c6bcb11ec93c29a) update settings now pushes values correctly - [`003916e`](https://github.com/PlayCover/PlayCover/commit/003916e13c736ea9dcc063120c2e4c84a3f18e38) Update 2.nightly_release.yml ### 📊 Changes **10 files changed** (+229 additions, -84 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/2.nightly_release.yml` (+44 -0) 📝 `PlayCover.xcodeproj/project.pbxproj` (+37 -4) 📝 `PlayCover/Info.plist` (+4 -0) ➖ `PlayCover/Services/UpdateService.swift` (+0 -63) 📝 `PlayCover/View/MainView.swift` (+0 -12) 📝 `PlayCover/View/MenuBarView.swift` (+6 -0) 📝 `PlayCover/View/PlayCoverApp.swift` (+8 -5) ➕ `PlayCover/View/Settings/PlayCoverSettingsView.swift` (+27 -0) ➕ `PlayCover/View/Settings/UpdateSettings.swift` (+33 -0) ➕ `PlayCover/View/Sparkle.swift` (+70 -0) </details> ### 📄 Description This PR implements Sparkle Updater for distributing updates --- <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:00 +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#1425
No description provided.