alexiscreuzot / SwiftyGif

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

Support App Privacy Manifests #195

Closed tkou15 closed 5 months ago

tkou15 commented 7 months ago

Issue Description

SwiftyGif was listed on the list of requirements for third-party SDKs announced by Apple. Is there any push on SwiftyGif part to include Privacy Manifests files or sign the SDK? https://developer.apple.com/support/third-party-SDK-requirements/

What

If this is not addressed, apps containing SwiftyGif will not be able to be submitted to the AppStore beginning in the spring of 2024.

percival888 commented 6 months ago

PrivacyInfo.xcprivacy was already included in the SDK, but it was not exposed.

I submitted a PR #196 to fix this issue

alexiscreuzot commented 5 months ago

Merged

BaroneX commented 5 months ago

The podspec version needs to be updated. There is no PrivacyInfo.xcprivacy file in version 5.4.4.

LikeeCat commented 5 months ago

Merged although pr merged , but cocoapods spec repo not receive the new version ,so we can't use the PrivacyInfo.xcprivacy , may be we should release a new version or update the 5.4.4 podspec and push to the cocoapods