alexiscreuzot / SwiftyGif

High performance GIF engine
MIT License
1.99k stars 210 forks source link

expose PrivacyInfo.xcprivacy file #196

Closed percival888 closed 5 months ago

percival888 commented 6 months ago

Adapt to Apple's requirements,it is necessary to include PrivacyInfo.xcprivacy files.

I saw that the file was already included in the SDK, but it was not exposed.

This PR introduces the support for Cocoapods based projects by adding using resource_bundles in the podspec.

More details on the solution using resource_bundles can be found in this great comment in the Google promises repository, which is working on the same fix:

https://github.com/google/promises/pull/226#discussion_r1447871477

krazzbeluh commented 6 months ago

Hello. Can someone please review and merge this pull request ? We need it to comply to new apple's requirements. Thank you