Skip to content

Commit

Permalink
perf: fix Spark warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
tisfeng committed Dec 11, 2023
1 parent dc0c6c4 commit b008728
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Easydict/App/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
#import "EZLog.h"
#import "EZSchemeParser.h"
#import "AppDelegate+EZURLScheme.h"
#import <Sparkle/SUUpdaterDelegate.h>
#import <Sparkle/SPUUpdaterDelegate.h>

@interface AppDelegate () <SUUpdaterDelegate>
@interface AppDelegate () <SPUUpdaterDelegate>

@end

Expand Down Expand Up @@ -98,7 +98,7 @@ - (BOOL)applicationShouldTerminateAfterLastWindowClosed:(NSApplication *)applica

#pragma mark - SUUpdaterDelegate

- (NSString *)feedURLStringForUpdater:(SUUpdater *)updater {
- (NSString *)feedURLStringForUpdater:(SPUUpdater *)updater {
NSString *feedURLString = @"https://raw.githubusercontent.com/tisfeng/Easydict/main/appcast.xml";
#if DEBUG
feedURLString = @"http://localhost:8000/appcast.xml";
Expand Down

0 comments on commit b008728

Please sign in to comment.