diff --git a/SimonRemote/ApplicationDelegate.m b/SimonRemote/ApplicationDelegate.m index 6750daa..0cb00a2 100644 --- a/SimonRemote/ApplicationDelegate.m +++ b/SimonRemote/ApplicationDelegate.m @@ -136,7 +136,7 @@ - (void)applicationWillFinishLaunching:(NSNotification *)notification { SUUpdater *updater = [SUUpdater sharedUpdater]; [updater setAutomaticallyChecksForUpdates:YES]; - [updater setAutomaticallyDownloadsUpdates:YES]; + [updater setAutomaticallyDownloadsUpdates:NO]; [updater checkForUpdatesInBackground]; } diff --git a/SimonRemote/PanelController.m b/SimonRemote/PanelController.m index 400d354..75307c9 100644 --- a/SimonRemote/PanelController.m +++ b/SimonRemote/PanelController.m @@ -264,7 +264,6 @@ - (NSAttributedString *)formattedStatusText - (IBAction)preferencesClicked:(id)sender { ApplicationDelegate *app = (ApplicationDelegate *)[[NSApplication sharedApplication] delegate]; [app generateNewChannel]; -// [[SUUpdater sharedUpdater] checkForUpdates:nil]; } - (IBAction)quitClicked:(id)sender { [NSApp terminate:self]; diff --git a/SimonRemote/SimonRemote-Info.plist b/SimonRemote/SimonRemote-Info.plist index 97e29ec..26658c4 100644 --- a/SimonRemote/SimonRemote-Info.plist +++ b/SimonRemote/SimonRemote-Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.1.0 + 1.1.1 CFBundleSignature ???? CFBundleVersion - 1.1.0 + 1.1.1 LSApplicationCategoryType public.app-category.utilities LSMinimumSystemVersion