You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the docs, canCheckForUpdates is the property against which the enabled state of a "Check Now" command might be validated. The docs also state that "an update check can be made by the user when an update session isn't in progress".
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
According to the docs,
canCheckForUpdates
is the property against which the enabled state of a "Check Now" command might be validated. The docs also state that "an update check can be made by the user when an update session isn't in progress".Sparkle/Sparkle/SPUUpdater.h
Lines 153 to 156 in 997778d
However, Sparkle is setting
canCheckForUpdates=YES
even whilesessionInProgress=YES
.Example:
Sparkle/Sparkle/SPUUpdater.m
Lines 423 to 424 in 997778d
Is this a Sparkle bug, or am I misunderstanding the intended behaviour?
Beta Was this translation helpful? Give feedback.
All reactions