From 6f8bde38a9fd77abe4a310523f18becc57e9ae56 Mon Sep 17 00:00:00 2001 From: Tyler Hoffman Date: Sat, 3 Jan 2015 10:53:55 -0800 Subject: [PATCH] prompt for updates, v1.1.1 --- SimonRemote/ApplicationDelegate.m | 2 +- SimonRemote/PanelController.m | 1 - SimonRemote/SimonRemote-Info.plist | 4 ++-- 3 files changed, 3 insertions(+), 4 deletions(-) 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