|
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 | + 53EDFB8A17623F7C00698166 /* UIImage+MultiFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = 53EDFB8817623F7C00698166 /* UIImage+MultiFormat.h */; }; |
| 71 | + 53EDFB8B17623F7C00698166 /* UIImage+MultiFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = 53EDFB8817623F7C00698166 /* UIImage+MultiFormat.h */; }; |
| 72 | + 53EDFB8C17623F7C00698166 /* UIImage+MultiFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = 53EDFB8917623F7C00698166 /* UIImage+MultiFormat.m */; }; |
| 73 | + 53EDFB8D17623F7C00698166 /* UIImage+MultiFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = 53EDFB8917623F7C00698166 /* UIImage+MultiFormat.m */; }; |
70 | 74 | A18A6CC7172DC28500419892 /* UIImage+GIF.h in Headers */ = {isa = PBXBuildFile; fileRef = A18A6CC5172DC28500419892 /* UIImage+GIF.h */; };
|
71 | 75 | A18A6CC8172DC28500419892 /* UIImage+GIF.h in Headers */ = {isa = PBXBuildFile; fileRef = A18A6CC5172DC28500419892 /* UIImage+GIF.h */; };
|
72 | 76 | A18A6CC9172DC28500419892 /* UIImage+GIF.m in Sources */ = {isa = PBXBuildFile; fileRef = A18A6CC6172DC28500419892 /* UIImage+GIF.m */; };
|
|
112 | 116 | 53922D94148C56230056699D /* UIButton+WebCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "UIButton+WebCache.m"; path = "SDWebImage/UIButton+WebCache.m"; sourceTree = SOURCE_ROOT; };
|
113 | 117 | 53922D95148C56230056699D /* UIImageView+WebCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "UIImageView+WebCache.h"; path = "SDWebImage/UIImageView+WebCache.h"; sourceTree = SOURCE_ROOT; };
|
114 | 118 | 53922D96148C56230056699D /* UIImageView+WebCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "UIImageView+WebCache.m"; path = "SDWebImage/UIImageView+WebCache.m"; sourceTree = SOURCE_ROOT; };
|
| 119 | + 53EDFB8817623F7C00698166 /* UIImage+MultiFormat.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIImage+MultiFormat.h"; sourceTree = "<group>"; }; |
| 120 | + 53EDFB8917623F7C00698166 /* UIImage+MultiFormat.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIImage+MultiFormat.m"; sourceTree = "<group>"; }; |
115 | 121 | 53FB893F14D35D1A0020B787 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
|
116 | 122 | 53FB894814D35E9E0020B787 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
|
117 | 123 | A18A6CC5172DC28500419892 /* UIImage+GIF.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIImage+GIF.h"; sourceTree = "<group>"; };
|
|
190 | 196 | 53922DA9148C562D0056699D /* Categories */ = {
|
191 | 197 | isa = PBXGroup;
|
192 | 198 | children = (
|
193 |
| - 535699B415113E7300A4C397 /* MKAnnotationView+WebCache.h */, |
194 |
| - 535699B515113E7300A4C397 /* MKAnnotationView+WebCache.m */, |
| 199 | + 53EDFB8817623F7C00698166 /* UIImage+MultiFormat.h */, |
| 200 | + 53EDFB8917623F7C00698166 /* UIImage+MultiFormat.m */, |
195 | 201 | A18A6CCB172DC33A00419892 /* NSData+GIF.h */,
|
196 | 202 | A18A6CCC172DC33A00419892 /* NSData+GIF.m */,
|
197 |
| - 53922D93148C56230056699D /* UIButton+WebCache.h */, |
198 |
| - 53922D94148C56230056699D /* UIButton+WebCache.m */, |
199 | 203 | A18A6CC5172DC28500419892 /* UIImage+GIF.h */,
|
200 | 204 | A18A6CC6172DC28500419892 /* UIImage+GIF.m */,
|
| 205 | + 535699B415113E7300A4C397 /* MKAnnotationView+WebCache.h */, |
| 206 | + 535699B515113E7300A4C397 /* MKAnnotationView+WebCache.m */, |
| 207 | + 53922D93148C56230056699D /* UIButton+WebCache.h */, |
| 208 | + 53922D94148C56230056699D /* UIButton+WebCache.m */, |
201 | 209 | 53922D95148C56230056699D /* UIImageView+WebCache.h */,
|
202 | 210 | 53922D96148C56230056699D /* UIImageView+WebCache.m */,
|
203 | 211 | );
|
|
257 | 265 | 530E49EB16464C7F002868E7 /* SDWebImageDownloaderOperation.h in Headers */,
|
258 | 266 | A18A6CC8172DC28500419892 /* UIImage+GIF.h in Headers */,
|
259 | 267 | A18A6CCE172DC33A00419892 /* NSData+GIF.h in Headers */,
|
| 268 | + 53EDFB8B17623F7C00698166 /* UIImage+MultiFormat.h in Headers */, |
260 | 269 | );
|
261 | 270 | runOnlyForDeploymentPostprocessing = 0;
|
262 | 271 | };
|
|
276 | 285 | 530E49EA16464C7C002868E7 /* SDWebImageDownloaderOperation.h in Headers */,
|
277 | 286 | A18A6CC7172DC28500419892 /* UIImage+GIF.h in Headers */,
|
278 | 287 | A18A6CCD172DC33A00419892 /* NSData+GIF.h in Headers */,
|
| 288 | + 53EDFB8A17623F7C00698166 /* UIImage+MultiFormat.h in Headers */, |
279 | 289 | );
|
280 | 290 | runOnlyForDeploymentPostprocessing = 0;
|
281 | 291 | };
|
|
392 | 402 | 530E49ED16464C84002868E7 /* SDWebImageDownloaderOperation.m in Sources */,
|
393 | 403 | A18A6CCA172DC28500419892 /* UIImage+GIF.m in Sources */,
|
394 | 404 | A18A6CD0172DC33A00419892 /* NSData+GIF.m in Sources */,
|
| 405 | + 53EDFB8D17623F7C00698166 /* UIImage+MultiFormat.m in Sources */, |
395 | 406 | );
|
396 | 407 | runOnlyForDeploymentPostprocessing = 0;
|
397 | 408 | };
|
|
410 | 421 | 53406750167780C40042B59E /* SDWebImageCompat.m in Sources */,
|
411 | 422 | A18A6CC9172DC28500419892 /* UIImage+GIF.m in Sources */,
|
412 | 423 | A18A6CCF172DC33A00419892 /* NSData+GIF.m in Sources */,
|
| 424 | + 53EDFB8C17623F7C00698166 /* UIImage+MultiFormat.m in Sources */, |
413 | 425 | );
|
414 | 426 | runOnlyForDeploymentPostprocessing = 0;
|
415 | 427 | };
|
|
0 commit comments