From 4bc43dbd7fb5ebedcfe100d5e7e10cfee4b83a00 Mon Sep 17 00:00:00 2001 From: Pieter de Bie Date: Fri, 18 Sep 2009 01:06:10 +0200 Subject: [PATCH] Remove Sparkle feed url changer Apparently the setFeedURL: method is persistent, so if someone ever used a nightly, it would keep the debug URL. That's not what I intended (I wanted to use a different URL for debugging purposes), so let's just remove it. --- ApplicationController.m | 3 --- 1 file changed, 3 deletions(-) diff --git a/ApplicationController.m b/ApplicationController.m index 431d637..add846a 100644 --- a/ApplicationController.m +++ b/ApplicationController.m @@ -65,9 +65,6 @@ - (void)applicationDidFinishLaunching:(NSNotification*)notification { [[SUUpdater sharedUpdater] setSendsSystemProfile:YES]; -#ifdef DEBUG_BUILD - [[SUUpdater sharedUpdater] setFeedURL:[NSURL URLWithString:@"http://gitx.frim.nl/Downloads/appcast_DEBUG.xml"]]; -#endif [self registerServices]; // Only try to open a default document if there are no documents open already.