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.
This commit is contained in:
Pieter de Bie
2009-09-18 01:06:10 +02:00
parent ca209652e2
commit 4bc43dbd7f
-3
View File
@@ -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.