|
187 | 187 | 53EDFCFE17625F5F00698166 /* filters.c in Sources */ = {isa = PBXBuildFile; fileRef = 53EDFCFA17625F5F00698166 /* filters.c */; };
|
188 | 188 | 53EDFD0217625F7900698166 /* thread.h in Headers */ = {isa = PBXBuildFile; fileRef = 53EDFCFF17625F7900698166 /* thread.h */; };
|
189 | 189 | 53EDFD0417625F7900698166 /* thread.c in Sources */ = {isa = PBXBuildFile; fileRef = 53EDFD0017625F7900698166 /* thread.c */; };
|
| 190 | + 5DA509F4187B68E7002FEB5C /* random.c in Sources */ = {isa = PBXBuildFile; fileRef = 5DA509F2187B68E7002FEB5C /* random.c */; }; |
| 191 | + 5DA509F5187B68E7002FEB5C /* random.h in Headers */ = {isa = PBXBuildFile; fileRef = 5DA509F3187B68E7002FEB5C /* random.h */; }; |
190 | 192 | A18A6CC7172DC28500419892 /* UIImage+GIF.h in Headers */ = {isa = PBXBuildFile; fileRef = A18A6CC5172DC28500419892 /* UIImage+GIF.h */; };
|
191 | 193 | A18A6CC8172DC28500419892 /* UIImage+GIF.h in Headers */ = {isa = PBXBuildFile; fileRef = A18A6CC5172DC28500419892 /* UIImage+GIF.h */; };
|
192 | 194 | A18A6CC9172DC28500419892 /* UIImage+GIF.m in Sources */ = {isa = PBXBuildFile; fileRef = A18A6CC6172DC28500419892 /* UIImage+GIF.m */; };
|
|
277 | 279 | 53EDFD0017625F7900698166 /* thread.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = thread.c; path = Vendors/libwebp/src/utils/thread.c; sourceTree = "<group>"; };
|
278 | 280 | 53FB893F14D35D1A0020B787 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
|
279 | 281 | 53FB894814D35E9E0020B787 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
|
| 282 | + 5DA509F2187B68E7002FEB5C /* random.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = random.c; path = Vendors/libwebp/src/utils/random.c; sourceTree = "<group>"; }; |
| 283 | + 5DA509F3187B68E7002FEB5C /* random.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = random.h; path = Vendors/libwebp/src/utils/random.h; sourceTree = "<group>"; }; |
280 | 284 | A18A6CC5172DC28500419892 /* UIImage+GIF.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIImage+GIF.h"; sourceTree = "<group>"; };
|
281 | 285 | A18A6CC6172DC28500419892 /* UIImage+GIF.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIImage+GIF.m"; sourceTree = "<group>"; };
|
282 | 286 | /* End PBXFileReference section */
|
|
446 | 450 | 53EDFCA317625C4600698166 /* utils */ = {
|
447 | 451 | isa = PBXGroup;
|
448 | 452 | children = (
|
| 453 | + 5DA509F2187B68E7002FEB5C /* random.c */, |
| 454 | + 5DA509F3187B68E7002FEB5C /* random.h */, |
449 | 455 | 53E481DB17C300F6003E8957 /* alpha_processing.c */,
|
450 | 456 | 53E481DC17C300F6003E8957 /* alpha_processing.h */,
|
451 | 457 | 53EDFCFF17625F7900698166 /* thread.h */,
|
|
572 | 578 | 537D95B517ECC1FE0097C263 /* color_cache.h in Headers */,
|
573 | 579 | 537D95B617ECC1FE0097C263 /* lossless.h in Headers */,
|
574 | 580 | 537D95B717ECC1FE0097C263 /* alpha_processing.h in Headers */,
|
| 581 | + 5DA509F5187B68E7002FEB5C /* random.h in Headers */, |
575 | 582 | 537D95B817ECC1FE0097C263 /* yuv.h in Headers */,
|
576 | 583 | 537D95B917ECC1FE0097C263 /* rescaler.h in Headers */,
|
577 | 584 | 537D95BA17ECC1FE0097C263 /* utils.h in Headers */,
|
|
790 | 797 | 537D957C17ECC1FE0097C263 /* SDWebImageDownloaderOperation.m in Sources */,
|
791 | 798 | 537D957D17ECC1FE0097C263 /* SDWebImageCompat.m in Sources */,
|
792 | 799 | 537D957E17ECC1FE0097C263 /* UIImage+GIF.m in Sources */,
|
| 800 | + 5DA509F4187B68E7002FEB5C /* random.c in Sources */, |
793 | 801 | 537D958017ECC1FE0097C263 /* UIImage+MultiFormat.m in Sources */,
|
794 | 802 | 537D958117ECC1FE0097C263 /* UIImage+WebP.m in Sources */,
|
795 | 803 | 537D958217ECC1FE0097C263 /* webp.c in Sources */,
|
|
0 commit comments