Can I create my own UI? #2515
Replies: 1 comment 2 replies
-
See this post for more context (though probably ignore the first paragraph about the pkg Try running this and see if it does what you expect: sudo chown root /Applications/MyApp.app ..since you're probably not considering the case where user authorization is required to install an app. It is a common enough case to care about. |
Beta Was this translation helpful? Give feedback.
-
I want to disable all Sparkle-related UI in my application and implement my own UI or install an update programmatically when the one is found. So do I understand it correctly that for example if I want to create my own UI to show that a new update is available, I need to implement
showUpdateFoundWithAppcastItem
? If I want to disable other modal dialogs I just need to override allSPUStandardUserDriver
methods, right?Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions