Fix the issue for Carthage/SwiftPM framework version symbols, this should match the framework name SDWebImage, or will get a link error when used

This commit is contained in:
DreamPiggy 2020-04-03 20:05:28 +08:00
parent 897e38c1b6
commit d4782871e0
1 changed files with 4 additions and 8 deletions

View File

@ -9,15 +9,11 @@
#import <SDWebImage/SDWebImageCompat.h>
#if SD_UIKIT
#import <UIKit/UIKit.h>
#endif
//! Project version number for SDWebImage.
FOUNDATION_EXPORT double SDWebImageVersionNumber;
//! Project version number for WebImage.
FOUNDATION_EXPORT double WebImageVersionNumber;
//! Project version string for WebImage.
FOUNDATION_EXPORT const unsigned char WebImageVersionString[];
//! Project version string for SDWebImage.
FOUNDATION_EXPORT const unsigned char SDWebImageVersionString[];
// In this header, you should import all the public headers of your framework using statements like #import <WebImage/PublicHeader.h>