Merge branch '5.1.x' of https://github.com/SDWebImage/SDWebImage
This commit is contained in:
commit
f53b0512a2
|
@ -11,7 +11,7 @@
|
|||
#import "SDInternalMacros.h"
|
||||
|
||||
// iOS 8 Foundation.framework extern these symbol but the define is in CFNetwork.framework. We just fix this without import CFNetwork.framework
|
||||
#if (__IPHONE_OS_VERSION_MIN_REQUIRED && __IPHONE_OS_VERSION_MIN_REQUIRED < __IPHONE_9_0)
|
||||
#if ((__IPHONE_OS_VERSION_MIN_REQUIRED && __IPHONE_OS_VERSION_MIN_REQUIRED < __IPHONE_9_0) || (__MAC_OS_X_VERSION_MIN_REQUIRED && __MAC_OS_X_VERSION_MIN_REQUIRED < __MAC_10_11))
|
||||
const float NSURLSessionTaskPriorityHigh = 0.75;
|
||||
const float NSURLSessionTaskPriorityDefault = 0.5;
|
||||
const float NSURLSessionTaskPriorityLow = 0.25;
|
||||
|
|
Loading…
Reference in New Issue