From fe48ee54f39d98c2cba41d6d0ca8c4fe48b93279 Mon Sep 17 00:00:00 2001 From: Bogdan Poplauschi Date: Wed, 11 Jun 2014 12:46:20 +0300 Subject: [PATCH] Added SDWebImageCompat.m to SDWebImage+MKAnnotation target --- SDWebImage.xcodeproj/project.pbxproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SDWebImage.xcodeproj/project.pbxproj b/SDWebImage.xcodeproj/project.pbxproj index 9d7ed82a..5fe4baa6 100644 --- a/SDWebImage.xcodeproj/project.pbxproj +++ b/SDWebImage.xcodeproj/project.pbxproj @@ -199,6 +199,7 @@ ABBE71AA18C43B5800B75E91 /* UIImageView+HighlightedWebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = ABBE71A518C43B4D00B75E91 /* UIImageView+HighlightedWebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; ABBE71AB18C43B6000B75E91 /* UIImageView+HighlightedWebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = ABBE71A618C43B4D00B75E91 /* UIImageView+HighlightedWebCache.m */; }; ABBE71AC18C43B6000B75E91 /* UIImageView+HighlightedWebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = ABBE71A618C43B4D00B75E91 /* UIImageView+HighlightedWebCache.m */; }; + DAFAA6C219485CAA00581B9E /* SDWebImageCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 5340674F167780C40042B59E /* SDWebImageCompat.m */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -753,6 +754,7 @@ 53EDFC9D17625C1100698166 /* vp8l.c in Sources */, 53EDFCA117625C1100698166 /* vp8.c in Sources */, 53EDFCA917625C5B00698166 /* huffman.c in Sources */, + DAFAA6C219485CAA00581B9E /* SDWebImageCompat.m in Sources */, 53EDFCAC17625C8700698166 /* frame.c in Sources */, 53EDFCAF17625CA600698166 /* alpha.c in Sources */, 53EDFCB517625CD800698166 /* quant_levels_dec.c in Sources */,