Skip to content

Commit 6f8bde3

Browse files
committed
prompt for updates, v1.1.1
1 parent cd88df1 commit 6f8bde3

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

SimonRemote/ApplicationDelegate.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

SimonRemote/PanelController.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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];

SimonRemote/SimonRemote-Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
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>

0 commit comments

Comments
 (0)