Skip to content

Commit

Permalink
Merge pull request SDWebImage#1138 from KoCMoHaBTa/KoCMoHaBTa-patch-1074
Browse files Browse the repository at this point in the history
Applied patch for issue SDWebImage#1074
  • Loading branch information
bpoplauschi committed Jun 24, 2015
2 parents 08e9962 + 9f719ca commit 466e401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SDWebImage/SDWebImageCompat.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#error SDWebImage does not support Objective-C Garbage Collection
#endif

#if __IPHONE_OS_VERSION_MIN_REQUIRED < __IPHONE_5_0
#if __IPHONE_OS_VERSION_MIN_REQUIRED != 20000 && __IPHONE_OS_VERSION_MIN_REQUIRED < __IPHONE_5_0
#error SDWebImage doesn't support Deployement Target version < 5.0
#endif

Expand Down

0 comments on commit 466e401

Please sign in to comment.