From 964a2f1dee51be6732f858faba3527250899dbc3 Mon Sep 17 00:00:00 2001 From: Zorg Date: Sun, 8 Dec 2024 17:36:13 -0800 Subject: [PATCH] Clarify that default channel must be in allowed channels set --- Sparkle/SPUUpdaterDelegate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sparkle/SPUUpdaterDelegate.h b/Sparkle/SPUUpdaterDelegate.h index e3bb0874c..dd0979454 100644 --- a/Sparkle/SPUUpdaterDelegate.h +++ b/Sparkle/SPUUpdaterDelegate.h @@ -108,7 +108,7 @@ SU_EXPORT extern NSString *const SUSystemProfilerPreferredLanguageKey; This feature was added in Sparkle 2. @return The set of channel names the updater is allowed to find new updates in. An empty set is the default behavior, - which means the updater will only look for updates in the default channel. + which means the updater will only look for updates in the default channel. The default channel is always included in the allowed set. */ - (NSSet *)allowedChannelsForUpdater:(SPUUpdater *)updater;