microsoft / react-native-code-push

React Native module for CodePush
http://appcenter.ms
Other
8.87k stars 1.45k forks source link

Bump the version of ZipArchive to 2.5.5 #2709

Closed MikhailSuendukov closed 2 weeks ago

MikhailSuendukov commented 2 weeks ago

After the release of iOS 17, Apple applications and libraries now require a Privacy Manifest, which details the reasons for using various APIs and personal data. This pull request updates the ZipArchive package to version 2.5.5, which includes the necessary Privacy Manifest. Issue: #2679 AB#104743

DmitriyKirakosyan commented 2 weeks ago

This PR introduces a breaking change, requiring bumping min ios version to 15. As we are not planning to bump minimum ios version to 15, let's close it for now.