Merge pull request #1138 from KoCMoHaBTa/KoCMoHaBTa-patch-1074
Applied patch for issue #1074
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -13,7 +13,7 @@ | @@ -13,7 +13,7 @@ | ||
13 | #error SDWebImage does not support Objective-C Garbage Collection | 13 | #error SDWebImage does not support Objective-C Garbage Collection |
14 | #endif | 14 | #endif |
15 | 15 | ||
16 | -#if __IPHONE_OS_VERSION_MIN_REQUIRED < __IPHONE_5_0 | 16 | +#if __IPHONE_OS_VERSION_MIN_REQUIRED != 20000 && __IPHONE_OS_VERSION_MIN_REQUIRED < __IPHONE_5_0 |
17 | #error SDWebImage doesn't support Deployement Target version < 5.0 | 17 | #error SDWebImage doesn't support Deployement Target version < 5.0 |
18 | #endif | 18 | #endif |
19 | 19 |
-
Please register or login to post a comment