groue / GRDB.swift

A toolkit for SQLite databases, with a focus on application development
MIT License
6.61k stars 677 forks source link

Please add the Privacy Manifest file to the v5.x release. #1519

Closed kiyoka closed 3 months ago

kiyoka commented 3 months ago

I'm using GRDB v5.x in my application. It would be great if you could include the Privacy Manifests file in a v5.x release. https://developer.apple.com/documentation/bundleresources/privacy_manifest_files

related pull request #1496

groue commented 3 months ago

Hello @kiyoka,

I understand your request, but this will not happen.

You can upgrade to GRDB 6, which comes with a privacy manifest. This bundled manifest is a courtesy, a way to tell app developers that GRDB does not collect any information. Mind that bundling this file in the library is not required by Apple, as abundantly discussed in #1479.

In other words, you can also keep your copy of GRDB5 and do nothing about it. Apple only wants a privacy manifest in your app.