Update Sparkle to 1.20.0

Unfortunately, due to the nature of the issue a manual update to a new
version will be required.

Fixes: #600
This commit is contained in:
Mike Gelfand
2018-10-04 23:17:29 +03:00
parent 00deae05c1
commit 1b36e34d9b
262 changed files with 1235 additions and 4402 deletions

View File

@@ -327,7 +327,7 @@
#endif
- (void) setAutoUpdateToBeta: (id) sender
{
[[SUUpdater sharedUpdater] setAllowedTags: SPARKLE_TAG ? [NSSet setWithObject: @"beta"] : nil];
// TODO: Support beta releases (if/when necessary)
}
- (void) setPort: (id) sender