osx - Prevent UIs interaction in Sparkle -
osx - Prevent UIs interaction in Sparkle -
i trying utilize sparkle update app (not current app). start simple creating updater object:
var updater = suupdater(forbundle: appbundle)
the problem i'm having that line of code can open ui dialogs if go wrong. example:
i can solve problem, concern code running on screensaver , popping dialog blocks point hard reboot way move forward.
is there way prevent sparkle ever opening kind of ui?
osx cocoa sparkle
Comments
Post a Comment