mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-26 00:05:52 +03:00
[PR #45] [MERGED] feat: Implement Sparkle Updater #1425
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#1425
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/45
Author: @Candygoblen123
Created: 7/16/2022
Status: ✅ Merged
Merged: 7/29/2022
Merged by: @Depal1
Base:
develop← Head:develop📝 Commits (10+)
4e78accadd improved updater4061d49create changelog view in app860410bfix updater runtime warnings and nicer changelog UI78e7fc1Merge branch 'develop' of github.com:PlayCover/PlayCover into develop51d6e35add pre-release branch346e6acStart implementing Sparkle92dae59feat: Sparkle Updatere8eb18fMerge branch 'develop' of https://github.com/PlayCover/PlayCover into develop3cbc6c9update settings now pushes values correctly003916eUpdate 2.nightly_release.yml📊 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.