pointfreeco / swift-snapshot-testing

📸 Delightful Swift snapshot testing.

Home Page:https://www.pointfree.co/episodes/ep41-a-tour-of-snapshot-testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Privacy manifest file / Privacy Rules

gbdavid2 opened this issue · comments

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?

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.