erikdoe / ocmock

Mock objects for Objective-C
http://ocmock.org
Apache License 2.0
2.16k stars 606 forks source link

Request to provide Privacy Manifest file for OCMOCK SDK #533

Closed Shwethamugeraya closed 5 months ago

Shwethamugeraya commented 11 months ago

We are consuming the OCMOCK SDK in our App. As mentioned in the WWDC23 video, also it is explained in Privacy manifest files | Apple Developer Documentation, if we are using any third-party library, then SDK should contain a Privacy Manifest file. But currently, for OCMOCK SDK, the file is missing. So can anyone please add the Privacy Manifest file for the repo ?

erikdoe commented 11 months ago

As far as I understand this is important for apps that get shipped to end users. OCMock is a framework used during the development and shouldn't ever be near an end user. Are you sure that such a manifest should be provided for development frameworks?

In any case, OCMock itself doesn't collect any data. So, if anyone were to create a PR with a manifest file that says as much, I would consider merging that PR.