Flight-School / AnyCodable

Type-erased wrappers for Encodable, Decodable, and Codable values
https://flight.school/books/codable
MIT License
1.28k stars 132 forks source link

Add Apple's Privacy Manifest File Requirements #82

Open jmedtgit opened 5 months ago

jmedtgit commented 5 months ago

Hi, can you pls add the privacy manifest file to Packages.swift as required by Apple for 3rd party SDKs? https://developer.apple.com/support/third-party-SDK-requirements/

According to this requirement, all 3rd party SDKs need to have the privacy manifest file, otherwise apps that include them will be rejected for app submission starting May 1st, 2024.

Thanks.

mithleshgomotive commented 5 months ago

+1 to above.

bCastro1 commented 5 months ago

Agreed, love this framework but the May 1st deadline is coming up quickly... Thanks!

SaiChinthakuntla commented 5 months ago

+1 to this. Would like to have new version of SDK that supports privacy manifest.