Skip to content

Commit ac00fda

Browse files
committed
Fix other FLAnimatedImage header path.
1 parent af43cb1 commit ac00fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/FastImage.xcodeproj/project.pbxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@
397397
"$(SRCROOT)/../../react-native/Libraries/Image",
398398
"$(SRCROOT)/../../../ios/Pods/Headers/Public/**",
399399
"$(SRCROOT)/Vendor/SDWebImage",
400-
"$(SRCROOT)/Vendor/SDWebImage/Vendors/FLAnimatedImage/FLAnimatedImage",
400+
"$(SRCROOT)/Vendor/SDWebImage/Vendors/FLAnimatedImage",
401401
);
402402
OTHER_LDFLAGS = "-ObjC";
403403
PRODUCT_NAME = "$(TARGET_NAME)";

0 commit comments

Comments
 (0)