Closed MikhailSuendukov closed 2 months 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.
We are going to bump min iOS and tvOS versions to 15.5 according to the SSZipArchive library requirements. We can do it as iOS 14 is out of support. See https://endoflife.date/ios
@MikhailSuendukov I've applied required changes to the Xcode project and adjusted min iOS version. I tested this PR on a fresh react-native@0.73 project. It works. However, there is something we should adjust in iOS project, i.e. overriding min ios version by replacing the line:
platform :ios, min_ios_version_supported
with:
platform :ios, '15.5'
This PR upgrades ZipArchive to version 2.5.5 with the following fixes:
Related items
2679
2748
AB#104743