Skip to content

Commit ee3d879

Browse files
TongYenorthwind
authored andcommitted
[FIX] Fixed webp bug
1 parent 7e325de commit ee3d879

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.swift-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2.3

FlyImage.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -545,6 +545,7 @@
545545
isa = XCBuildConfiguration;
546546
baseConfigurationReference = C05497892C966A58859B6B98 /* Pods-FlyImage.debug.xcconfig */;
547547
buildSettings = {
548+
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
548549
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
549550
DEFINES_MODULE = YES;
550551
DYLIB_COMPATIBILITY_VERSION = 1;
@@ -566,6 +567,7 @@
566567
isa = XCBuildConfiguration;
567568
baseConfigurationReference = 2054736E2EDA981DF80AD030 /* Pods-FlyImage.release.xcconfig */;
568569
buildSettings = {
570+
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
569571
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
570572
DEFINES_MODULE = YES;
571573
DYLIB_COMPATIBILITY_VERSION = 1;

FlyImage/Core/FlyImageDecoder.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
#import "FlyImageDecoder.h"
1010
#ifdef FLYIMAGE_WEBP
11-
#import "libwebp/webp/decode.h"
11+
#import "webp/decode.h"
1212
#endif
1313

1414
static void __ReleaseAsset(void* info, const void* data, size_t size)

0 commit comments

Comments
 (0)