Skip to content

Commit

Permalink
Merge pull request sparkle-project#471 from GerTeunis/master
Browse files Browse the repository at this point in the history
Using a weak id delegate property will crash during instantiation of NIB on OS X 10.7
  • Loading branch information
kornelski committed Dec 28, 2014
2 parents fbd20b7 + 4aecd90 commit 6dc6240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sparkle/SUUpdater.h
Expand Up @@ -25,7 +25,7 @@
*/
SU_EXPORT @interface SUUpdater : NSObject

@property (weak) IBOutlet id<SUUpdaterDelegate> delegate;
@property (unsafe_unretained) IBOutlet id<SUUpdaterDelegate> delegate;

+ (SUUpdater *)sharedUpdater;
+ (SUUpdater *)updaterForBundle:(NSBundle *)bundle;
Expand Down

0 comments on commit 6dc6240

Please sign in to comment.