stephencelis / SQLite.swift

A type-safe, Swift-language layer over SQLite3.
MIT License
9.57k stars 1.54k forks source link

Add privacy manifest #1234

Closed ivanlares closed 4 months ago

tomieq commented 4 months ago

Any updates on merging this Privacy Manifest? Our product relies on SQLite.swift so it would be nice seeing this PR to be merged.

nathanfallet commented 4 months ago

I reverted it, it broke the build pipeline. Please fix that before.

Command CodeSign failed with a nonzero exit code
ivanlares commented 4 months ago

The issue was related to the signing of SQLiteTests\. I was able to reproduce the issue and fix the issue by updating the target membership of PrivacyInfo.xcprivacy.

I will push a new pull request soon.