Skip to content

Commit

Permalink
Clarify that default channel must be in allowed channels set (#2676)
Browse files Browse the repository at this point in the history
  • Loading branch information
zorgiepoo authored Dec 9, 2024
1 parent e13e63c commit 73695f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sparkle/SPUUpdaterDelegate.h
Original file line number Diff line number Diff line change
Expand Up @@ -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<NSString *> *)allowedChannelsForUpdater:(SPUUpdater *)updater;

Expand Down

0 comments on commit 73695f6

Please sign in to comment.