ZhgChgLi / ZMarkupParser

ZMarkupParser is a pure-Swift library that helps you convert HTML strings into NSAttributedString with customized styles and tags.
https://link.zhgchg.li/
MIT License
311 stars 24 forks source link

Does ZmarkupParser not need to apply a Privacy Manifest? #53

Closed manunite closed 5 months ago

manunite commented 7 months ago

Apple policy requires libraries that use personal information to apply a Privacy Manifest, and I'm wondering if ZmarkupParser is unrelated to this.

zhgchgli0718 commented 7 months ago

ZMarkupParser purely uses Swift and data structures to convert HTML strings into NSAttributedStrings. I believe it does not involve any privacy-related issues.

Thank you for your question.