Skip to content

Commit 4bc43db

Browse files
committed
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.
1 parent ca20965 commit 4bc43db

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ApplicationController.m

-3
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,6 @@ - (void)registerServices
6565
- (void)applicationDidFinishLaunching:(NSNotification*)notification
6666
{
6767
[[SUUpdater sharedUpdater] setSendsSystemProfile:YES];
68-
#ifdef DEBUG_BUILD
69-
[[SUUpdater sharedUpdater] setFeedURL:[NSURL URLWithString:@"http://gitx.frim.nl/Downloads/appcast_DEBUG.xml"]];
70-
#endif
7168
[self registerServices];
7269

7370
// Only try to open a default document if there are no documents open already.

0 commit comments

Comments
 (0)