You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 2, 2018. It is now read-only.
NSAssert should be NSAssert1 I guess:
diff --git a/BlocksKit/NSURLConnection+BlocksKit.m b/BlocksKit/NSURLConnection+B
index 90c68da..0dd5ba8 100644
--- a/BlocksKit/NSURLConnection+BlocksKit.m
+++ b/BlocksKit/NSURLConnection+BlocksKit.m
@@ -188,7 +188,7 @@ static char *kDownloadProgressHandlerKey = "NSURLConnectionD
NSNumber *value = [self associatedValueForKey:kIsBlockBackedKey];
return [value boolValue];
}
The text was updated successfully, but these errors were encountered: