marmelroy / PhoneNumberKit

A Swift framework for parsing, formatting and validating international phone numbers. Inspired by Google's libphonenumber.
MIT License
5.1k stars 810 forks source link

Privacy manifest #758

Closed yunsanch closed 5 months ago

yunsanch commented 5 months ago

would you be adding a privacy manifest, as required by apple? by when would this be done?

unnamedd commented 5 months ago

Mate, the project is open source. Every single contributor made the work voluntarily, and this is greatly appreciated. If there is something you are missing, don’t just be a consumer; contribute to it instead of requesting a timeline for implementation. No one is being paid to write code for you, so please be kind and give your contribution.

bguidolim commented 5 months ago

In addition to what @unnamedd said, it always worth to check what the open source library you use is doing before adding to your project, then you would be able to see that the privacy manifest was already integrated with #746 and #748