pointfreeco / swift-snapshot-testing

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

Privacy manifest file / Privacy Rules #852

Closed gbdavid2 closed 5 months ago

gbdavid2 commented 5 months ago

Hey,

Apple introduced new privacy rules last year and they are enforcing them from May 1, 2024.

Does the snapshot testing library need a privacy manifest file and any declaration, or is this something that the team has been looking at recently?

mbrandonw commented 5 months ago

Hi @gbdavid2, I don't think we need to include this since it's just a testing library. The code of this library should probably never be compiled into a final app target.

Since this is not an issue with the library I am going to convert this to a discussion.