From 46b4027ebdd4ea9aff9d3851e231e0f5792cff30 Mon Sep 17 00:00:00 2001 From: Perry Poon Date: Thu, 23 May 2024 10:06:47 +0800 Subject: [PATCH] Reapply "chore(ios): Update SSZipArchive to 2.5.5" This reverts commit 6860389edc1763ad7b3d3b175fd67038101ec353. --- RNZipArchive.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RNZipArchive.podspec b/RNZipArchive.podspec index 8eebcdc..11b6dd2 100644 --- a/RNZipArchive.podspec +++ b/RNZipArchive.podspec @@ -14,7 +14,7 @@ Pod::Spec.new do |s| s.preserve_paths = '*.js' s.dependency 'React-Core' - s.dependency 'SSZipArchive', '~>2.2' + s.dependency 'SSZipArchive', '~>2.5.5' s.compiler_flags = '-GCC_PREPROCESSOR_DEFINITIONS="HAVE_INTTYPES_H HAVE_PKCRYPT HAVE_STDINT_H HAVE_WZAES HAVE_ZLIB MZ_ZIP_NO_SIGNING $(inherited)"' s.subspec 'Core' do |ss|