Skip to content

Is it possible to customize the Update Available window view? #2559

Answered by zorgiepoo
peternowell asked this question in Q&A
Discussion options

You must be logged in to vote

There's a private API to access the updater alert's window controller (discussed here) which would allow you to traverse through the view hierarchy. Naturally, this is a more fragile path prone to breaking in the future if any of the UI changes later on.

Other options are contributing changes if you think some of the changes you want to make would be a benefit/enhancement to everyone or others. If they are only specific to you, I don't recommend this however. Another option is forking Sparkle which may make it more difficult to update later.

Another bigger option is using your own custom UI entirely. This has the downside of needing to take care of a lot of details yourself that are other…

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@peternowell
Comment options

@zorgiepoo
Comment options

@peternowell
Comment options

@zorgiepoo
Comment options

@zorgiepoo
Comment options

Answer selected by peternowell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants