Skip to content

Commit

Permalink
prompt for updates, v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tyhoff committed Jan 3, 2015
1 parent cd88df1 commit 6f8bde3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion SimonRemote/ApplicationDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ - (void)applicationWillFinishLaunching:(NSNotification *)notification
{
SUUpdater *updater = [SUUpdater sharedUpdater];
[updater setAutomaticallyChecksForUpdates:YES];
[updater setAutomaticallyDownloadsUpdates:YES];
[updater setAutomaticallyDownloadsUpdates:NO];
[updater checkForUpdatesInBackground];
}

Expand Down
1 change: 0 additions & 1 deletion SimonRemote/PanelController.m
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down
4 changes: 2 additions & 2 deletions SimonRemote/SimonRemote-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.1.0</string>
<string>1.1.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.1.0</string>
<string>1.1.1</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
Expand Down

0 comments on commit 6f8bde3

Please sign in to comment.