Update the podspec for xcconfig
This commit is contained in:
parent
e7edf7bc9d
commit
1b7b377c60
|
@ -30,6 +30,10 @@ Pod::Spec.new do |s|
|
|||
core.source_files = 'SDWebImage/Core/*.{h,m}', 'WebImage/SDWebImage.h', 'SDWebImage/Private/*.{h,m}'
|
||||
core.exclude_files = 'SDWebImage/MapKit/*.{h,m}'
|
||||
core.private_header_files = 'SDWebImage/Private/*.h'
|
||||
core.pod_target_xcconfig = {
|
||||
'SUPPORTS_MACCATALYST' => 'YES',
|
||||
'DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER' => 'NO'
|
||||
}
|
||||
end
|
||||
|
||||
s.subspec 'MapKit' do |mk|
|
||||
|
|
Loading…
Reference in New Issue