IGListKit
IGListKit copied to clipboard
Privacy Manifest
New issue checklist
- [x] I have reviewed the
README
and documentation - [x] I have searched existing issues and this is not a duplicate
- [x] I have attempted to reproduce the issue and include an example project.
General information
From Apple docs:
Starting in spring 2024, you must include the privacy manifest for any SDK listed below when you submit new apps in App Store Connect that include those SDKs, or when you submit an app update that adds one of the listed SDKs as part of the update. Signatures are also required in these cases where the listed SDKs are used as binary dependencies.
Could you please add a privacy manifest for this library?
New issue checklist
- [x] I have reviewed the
README
and documentation- [x] I have searched existing issues and this is not a duplicate
- [x] I have attempted to reproduce the issue and include an example project.
General information
From Apple docs:
Starting in spring 2024, you must include the privacy manifest for any SDK listed below when you submit new apps in App Store Connect that include those SDKs, or when you submit an app update that adds one of the listed SDKs as part of the update. Signatures are also required in these cases where the listed SDKs are used as binary dependencies.
Could you please add a privacy manifest for this library?
@sashabaranov hello, if you on urgent need it you can pull from mine or use
pod 'IGListDiffKit', :git => 'https://github.com/cendolinside123/IGListKit', :branch => 'Jan/Privacy-Manifest-Support'
pod 'IGListKit', :git => 'https://github.com/cendolinside123/IGListKit', :branch => 'Jan/Privacy-Manifest-Support'
NOTE:
- I only create for cocoapod version
- I made it base on tag 4.0.0
https://github.com/cendolinside123/IGListKit/tree/Jan/Privacy-Manifest-Support-Main-Branch
I create it from main branch
@TimOliver sorry, I want to ask. Is my Privacy manifest configuration is match with current IGListKit?
Thank you
Thanks folks! I just landed a PR that adds the privacy manifest to the project and all subsequent dependency managers!
Thanks folks! I just landed a PR that adds the privacy manifest to the project and all subsequent dependency managers!
@TimOliver Hello, this will cause duplication of PrivacyInfo.xcprivacy
,it should look like this:s.resource_bundles = { "#{s.name}_Privacy" => ['Source/PrivacyInfo.xcprivacy'] }
Please see:https://github.com/SVProgressHUD/SVProgressHUD/issues/1120#issuecomment-2005863978