Merge pull request #263 from SDWebImage/fix/library_evolution_for_static_lib

Fix the issue that Static Library + Library Evolution cause the build issue on Swift 5.8
This commit is contained in:
DreamPiggy 2023-04-23 23:24:06 +08:00 committed by GitHub
commit f0b113179c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -30,7 +30,6 @@ It brings all your favorite features from SDWebImage, like async image loading,
s.pod_target_xcconfig = {
'SUPPORTS_MACCATALYST' => 'YES',
'DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER' => 'NO',
'BUILD_LIBRARY_FOR_DISTRIBUTION' => 'YES'
}
s.weak_frameworks = 'SwiftUI', 'Combine'