pointfreeco / swift-snapshot-testing

📸 Delightful Swift snapshot testing.
https://www.pointfree.co/episodes/ep41-a-tour-of-snapshot-testing
MIT License
3.68k stars 556 forks source link

Privacy manifest for AppStore releases #846

Closed am-apu closed 3 months ago

am-apu commented 3 months ago

Hey there, starting from 1st of may, its necessary to provide the privacy manifest (https://developer.apple.com/documentation/bundleresources/privacy_manifest_files) Do you guys know, if we need this here too?

Bests

mbrandonw commented 3 months ago

Hi @am-apu, please use the Discussions tab in this repo for asking questions. This is not an issue with the library.

Also, we don't think a privacy manifest file is necessary since ideally you should not be including this code in your app target. It is only a testing library.