SDWebImage / SDWebImageSVGCoder

A SVG coder plugin for SDWebImage, using Apple's built-in framework
MIT License
103 stars 34 forks source link

Support for Privacy Manifest #51

Open dpakthakur opened 5 months ago

dpakthakur commented 5 months ago

As per new Privacy Manifest requirement, all 3rd party sdks need to include the privacy details in PrivacyInfo.xcprivacy file. How to include Privacy Manifest for SDWebImageSVGCoder?

dreampiggy commented 5 months ago

Just use the same on from SDWebImage. I think https://github.com/SDWebImage/SDWebImage/blob/master/WebImage/PrivacyInfo.xcprivacy

SDWebImage all plugins are the same, no extra privacy is needed beyond SDWebImage

You can define one for your App level (not SDK level, SDK level need .framework package, which only supported in CocoaPods use_framework or Carthage)