Fix the issue that Static Library + Library Evolution cause the build issue on Swift 5.8

For CocoaPods user, they can use Static Library and we should not touch the xcconfig here
This commit is contained in:
DreamPiggy 2023-04-23 21:31:19 +08:00
parent 61fefe9c28
commit 029aa85ea4
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'