Implement initial branch label handling.
[sparkle2.git] / Stub / SUBootstrapper.m
blob293ccb230103b5acadd4a8b4141f17dc467565ec
1 //
2 //  SUBootstrapper.m
3 //  Sparkle
4 //
5 //  Created by Andy Matuschak on 9/10/07.
6 //  Copyright 2007 __MyCompanyName__. All rights reserved.
7 //
9 #import "SUBootstrapper.h"
10 #import "SURegistrar.h"
12 @implementation SUBootstrapper
14 - (void)awakeFromNib
16         // For easy installation, we'll register the app when this is loaded from the nib.
17         [[SURegistrar sharedRegistrar] attemptRegistration];
20 @end