File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
language : objective-c
2
+ osx_image : xcode7
2
3
xcode_project : Framework/YYWebImage.xcodeproj
3
- xcode_scheme : YYWebImage
4
+ xcode_scheme : YYWebImage
5
+
6
+ script :
7
+ - xctool -project Framework/YYWebImage.xcodeproj -scheme YYWebImage build test CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
Original file line number Diff line number Diff line change @@ -420,7 +420,7 @@ - (void)connection:(NSURLConnection *)connection willSendRequestForAuthenticatio
420
420
}
421
421
}
422
422
423
- - (nullable NSCachedURLResponse *)connection : (NSURLConnection *)connection willCacheResponse : (NSCachedURLResponse *)cachedResponse {
423
+ - (NSCachedURLResponse *)connection : (NSURLConnection *)connection willCacheResponse : (NSCachedURLResponse *)cachedResponse {
424
424
if (!cachedResponse) return cachedResponse;
425
425
if (_options & YYWebImageOptionUseNSURLCache) {
426
426
return cachedResponse;
You can’t perform that action at this time.
0 commit comments