Skip to content

Commit

Permalink
Merge pull request sparkle-project#2 from ksuther/ui-separation-and-xpc
Browse files Browse the repository at this point in the history
Fixed retain cycle between SPUBasicUpdateDriver and SUAppcastDriver
  • Loading branch information
zorgiepoo authored Dec 19, 2016
2 parents 9ea4cf1 + 70af946 commit 07b9b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sparkle/SUAppcastDriver.m
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ @interface SUAppcastDriver ()
@property (nullable, nonatomic, readonly, weak) id updater;
@property (nullable, nonatomic, readonly, weak) id <SPUUpdaterDelegate> updaterDelegate;
@property (nullable, nonatomic) SUAppcastItem *nonDeltaUpdateItem;
@property (nullable, nonatomic, readonly) id <SUAppcastDriverDelegate> delegate;
@property (nullable, nonatomic, readonly, weak) id <SUAppcastDriverDelegate> delegate;

@end

Expand Down

0 comments on commit 07b9b71

Please sign in to comment.