File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ - (void)applicationWillFinishLaunching:(NSNotification *)notification
136136{
137137 SUUpdater *updater = [SUUpdater sharedUpdater ];
138138 [updater setAutomaticallyChecksForUpdates: YES ];
139- [updater setAutomaticallyDownloadsUpdates: YES ];
139+ [updater setAutomaticallyDownloadsUpdates: NO ];
140140 [updater checkForUpdatesInBackground ];
141141}
142142
Original file line number Diff line number Diff line change @@ -264,7 +264,6 @@ - (NSAttributedString *)formattedStatusText
264264- (IBAction )preferencesClicked : (id )sender {
265265 ApplicationDelegate *app = (ApplicationDelegate *)[[NSApplication sharedApplication ] delegate ];
266266 [app generateNewChannel ];
267- // [[SUUpdater sharedUpdater] checkForUpdates:nil];
268267}
269268- (IBAction )quitClicked : (id )sender {
270269 [NSApp terminate: self ];
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >APPL </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >1.1.0 </string >
18+ <string >1.1.1 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
22- <string >1.1.0 </string >
22+ <string >1.1.1 </string >
2323 <key >LSApplicationCategoryType </key >
2424 <string >public.app-category.utilities </string >
2525 <key >LSMinimumSystemVersion </key >
You can’t perform that action at this time.
0 commit comments