-
Is there a way to support a custom UI for downloading and installing a new version of my app. Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
zorgiepoo
Mar 12, 2024
Replies: 1 comment
-
You can create a SPUUpdater with a custom SPUUserDriver to achieve a custom updater UI. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
YoavGro
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can create a SPUUpdater with a custom SPUUserDriver to achieve a custom updater UI.
SUPopUpTitlebarUserDriver
andSPUCommandLineUserDriver
andSPUStandardUserDriver
are examples in Sparkle's repository.