Skip to content

Commit

Permalink
Applied patch for issue SDWebImage#1074
Browse files Browse the repository at this point in the history
When the code is copied within a swift module, or when a target is linked against the static library or when using from cocoapods - the debugger not longer gets broken.
  • Loading branch information
KoCMoHaBTa committed May 7, 2015
1 parent 704c630 commit 9f719ca
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 9f719ca

Please sign in to comment.