Rightpoint / BonMot

Beautiful, easy attributed strings in Swift
MIT License
3.54k stars 196 forks source link

Privacy Manifest #436

Open sashabaranov opened 9 months ago

sashabaranov commented 9 months ago

From Apple docs:

Starting in spring 2024, you must include the privacy manifest for any SDK listed below when you submit new apps in App Store Connect that include those SDKs, or when you submit an app update that adds one of the listed SDKs as part of the update. Signatures are also required in these cases where the listed SDKs are used as binary dependencies.

Could you please add a privacy manifest for this library?

ZevEisenberg commented 9 months ago

Sure, although BonMot isn't on the list. But I'm all for transparency. Would you be interested in submitting a pull request?

YTWhite9 commented 5 months ago

Any update about the Privacy Manifest?

ZevEisenberg commented 5 months ago

https://github.com/Rightpoint/BonMot/pull/437

YTWhite9 commented 5 months ago

@ZevEisenberg thanks for the updates.