|
67 | 67 | 5376131E155AD0D5005750A4 /* SDWebImagePrefetcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 53922D91148C56230056699D /* SDWebImagePrefetcher.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
68 | 68 | 5376131F155AD0D5005750A4 /* UIButton+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 53922D93148C56230056699D /* UIButton+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
69 | 69 | 53761320155AD0D5005750A4 /* UIImageView+WebCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 53922D95148C56230056699D /* UIImageView+WebCache.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
70 | | - A99C65A116F9CA2600A73D75 /* SDWebImageCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 5340674F167780C40042B59E /* SDWebImageCompat.m */; }; |
| 70 | + A18A6CC7172DC28500419892 /* UIImage+GIF.h in Headers */ = {isa = PBXBuildFile; fileRef = A18A6CC5172DC28500419892 /* UIImage+GIF.h */; }; |
| 71 | + A18A6CC8172DC28500419892 /* UIImage+GIF.h in Headers */ = {isa = PBXBuildFile; fileRef = A18A6CC5172DC28500419892 /* UIImage+GIF.h */; }; |
| 72 | + A18A6CC9172DC28500419892 /* UIImage+GIF.m in Sources */ = {isa = PBXBuildFile; fileRef = A18A6CC6172DC28500419892 /* UIImage+GIF.m */; }; |
| 73 | + A18A6CCA172DC28500419892 /* UIImage+GIF.m in Sources */ = {isa = PBXBuildFile; fileRef = A18A6CC6172DC28500419892 /* UIImage+GIF.m */; }; |
| 74 | + A18A6CCD172DC33A00419892 /* NSData+GIF.h in Headers */ = {isa = PBXBuildFile; fileRef = A18A6CCB172DC33A00419892 /* NSData+GIF.h */; }; |
| 75 | + A18A6CCE172DC33A00419892 /* NSData+GIF.h in Headers */ = {isa = PBXBuildFile; fileRef = A18A6CCB172DC33A00419892 /* NSData+GIF.h */; }; |
| 76 | + A18A6CCF172DC33A00419892 /* NSData+GIF.m in Sources */ = {isa = PBXBuildFile; fileRef = A18A6CCC172DC33A00419892 /* NSData+GIF.m */; }; |
| 77 | + A18A6CD0172DC33A00419892 /* NSData+GIF.m in Sources */ = {isa = PBXBuildFile; fileRef = A18A6CCC172DC33A00419892 /* NSData+GIF.m */; }; |
71 | 78 | /* End PBXBuildFile section */ |
72 | 79 |
|
73 | 80 | /* Begin PBXContainerItemProxy section */ |
|
107 | 114 | 53922D96148C56230056699D /* UIImageView+WebCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+WebCache.m"; path = "SDWebImage/UIImageView+WebCache.m"; sourceTree = SOURCE_ROOT; }; |
108 | 115 | 53FB893F14D35D1A0020B787 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; |
109 | 116 | 53FB894814D35E9E0020B787 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; |
| 117 | + A18A6CC5172DC28500419892 /* UIImage+GIF.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIImage+GIF.h"; sourceTree = "<group>"; }; |
| 118 | + A18A6CC6172DC28500419892 /* UIImage+GIF.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIImage+GIF.m"; sourceTree = "<group>"; }; |
| 119 | + A18A6CCB172DC33A00419892 /* NSData+GIF.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSData+GIF.h"; sourceTree = "<group>"; }; |
| 120 | + A18A6CCC172DC33A00419892 /* NSData+GIF.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSData+GIF.m"; sourceTree = "<group>"; }; |
110 | 121 | /* End PBXFileReference section */ |
111 | 122 |
|
112 | 123 | /* Begin PBXFrameworksBuildPhase section */ |
|
181 | 192 | children = ( |
182 | 193 | 535699B415113E7300A4C397 /* MKAnnotationView+WebCache.h */, |
183 | 194 | 535699B515113E7300A4C397 /* MKAnnotationView+WebCache.m */, |
| 195 | + A18A6CCB172DC33A00419892 /* NSData+GIF.h */, |
| 196 | + A18A6CCC172DC33A00419892 /* NSData+GIF.m */, |
184 | 197 | 53922D93148C56230056699D /* UIButton+WebCache.h */, |
185 | 198 | 53922D94148C56230056699D /* UIButton+WebCache.m */, |
| 199 | + A18A6CC5172DC28500419892 /* UIImage+GIF.h */, |
| 200 | + A18A6CC6172DC28500419892 /* UIImage+GIF.m */, |
186 | 201 | 53922D95148C56230056699D /* UIImageView+WebCache.h */, |
187 | 202 | 53922D96148C56230056699D /* UIImageView+WebCache.m */, |
188 | 203 | ); |
|
240 | 255 | 531041DC157EAFA400BBABC3 /* MKAnnotationView+WebCache.h in Headers */, |
241 | 256 | 530E49E916464C26002868E7 /* SDWebImageOperation.h in Headers */, |
242 | 257 | 530E49EB16464C7F002868E7 /* SDWebImageDownloaderOperation.h in Headers */, |
| 258 | + A18A6CC8172DC28500419892 /* UIImage+GIF.h in Headers */, |
| 259 | + A18A6CCE172DC33A00419892 /* NSData+GIF.h in Headers */, |
243 | 260 | ); |
244 | 261 | runOnlyForDeploymentPostprocessing = 0; |
245 | 262 | }; |
|
257 | 274 | 53761320155AD0D5005750A4 /* UIImageView+WebCache.h in Headers */, |
258 | 275 | 530E49E816464C25002868E7 /* SDWebImageOperation.h in Headers */, |
259 | 276 | 530E49EA16464C7C002868E7 /* SDWebImageDownloaderOperation.h in Headers */, |
| 277 | + A18A6CC7172DC28500419892 /* UIImage+GIF.h in Headers */, |
| 278 | + A18A6CCD172DC33A00419892 /* NSData+GIF.h in Headers */, |
260 | 279 | ); |
261 | 280 | runOnlyForDeploymentPostprocessing = 0; |
262 | 281 | }; |
|
362 | 381 | isa = PBXSourcesBuildPhase; |
363 | 382 | buildActionMask = 2147483647; |
364 | 383 | files = ( |
365 | | - A99C65A116F9CA2600A73D75 /* SDWebImageCompat.m in Sources */, |
366 | 384 | 531041C4157EAFA400BBABC3 /* SDImageCache.m in Sources */, |
367 | 385 | 531041C5157EAFA400BBABC3 /* SDWebImageDecoder.m in Sources */, |
368 | 386 | 531041C6157EAFA400BBABC3 /* SDWebImageDownloader.m in Sources */, |
|
372 | 390 | 531041CA157EAFA400BBABC3 /* UIImageView+WebCache.m in Sources */, |
373 | 391 | 531041CB157EAFA400BBABC3 /* MKAnnotationView+WebCache.m in Sources */, |
374 | 392 | 530E49ED16464C84002868E7 /* SDWebImageDownloaderOperation.m in Sources */, |
| 393 | + A18A6CCA172DC28500419892 /* UIImage+GIF.m in Sources */, |
| 394 | + A18A6CD0172DC33A00419892 /* NSData+GIF.m in Sources */, |
375 | 395 | ); |
376 | 396 | runOnlyForDeploymentPostprocessing = 0; |
377 | 397 | }; |
|
388 | 408 | 5376130F155AD0D5005750A4 /* UIImageView+WebCache.m in Sources */, |
389 | 409 | 530E49EC16464C84002868E7 /* SDWebImageDownloaderOperation.m in Sources */, |
390 | 410 | 53406750167780C40042B59E /* SDWebImageCompat.m in Sources */, |
| 411 | + A18A6CC9172DC28500419892 /* UIImage+GIF.m in Sources */, |
| 412 | + A18A6CCF172DC33A00419892 /* NSData+GIF.m in Sources */, |
391 | 413 | ); |
392 | 414 | runOnlyForDeploymentPostprocessing = 0; |
393 | 415 | }; |
|
0 commit comments