From 6860389edc1763ad7b3d3b175fd67038101ec353 Mon Sep 17 00:00:00 2001 From: Perry Poon Date: Tue, 14 May 2024 09:13:33 +0800 Subject: [PATCH] Revert "chore(ios): Update SSZipArchive to 2.5.5" This reverts commit f056cb46b24b3765b757c13c2bfa2be5909a351e. --- RNZipArchive.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RNZipArchive.podspec b/RNZipArchive.podspec index 11b6dd2..8eebcdc 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.5.5' + s.dependency 'SSZipArchive', '~>2.2' 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|