SDWebImageSVGCoder icon indicating copy to clipboard operation
SDWebImageSVGCoder copied to clipboard

Support for Privacy Manifest

Open dpakthakur opened this issue 1 year ago • 1 comments

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?

dpakthakur avatar Feb 29 '24 09:02 dpakthakur

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)

dreampiggy avatar Feb 29 '24 09:02 dreampiggy