mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user