Skip to content

Commit aecab68

Browse files
committed
Bug fix for issue robbiehanson#46 - Apple's archive validator complains about the use of @selector(ignore:)
1 parent b60fb63 commit aecab68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GCD/GCDAsyncSocket.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6407,7 +6407,7 @@ + (void)cfstreamThread { @autoreleasepool
64076407
// So we'll just create a timer that will never fire - unless the server runs for decades.
64086408
[NSTimer scheduledTimerWithTimeInterval:[[NSDate distantFuture] timeIntervalSinceNow]
64096409
target:self
6410-
selector:@selector(ignore:)
6410+
selector:@selector(doNothingAtAll:)
64116411
userInfo:nil
64126412
repeats:YES];
64136413

0 commit comments

Comments
 (0)