Merge pull request #2971 from dreampiggy/fix_framework_version_symbol_link_error

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 21:00:26 +08:00 committed by GitHub
commit 374b3f7981
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>