Files
notesnook/apps/mobile/patches/react-native-zip-archive+6.0.9.patch
2024-11-19 18:38:29 +05:00

19 lines
959 B
Diff

diff --git a/node_modules/react-native-zip-archive/RNZipArchive.podspec b/node_modules/react-native-zip-archive/RNZipArchive.podspec
index 8eebcdc..81c0ed5 100644
--- a/node_modules/react-native-zip-archive/RNZipArchive.podspec
+++ b/node_modules/react-native-zip-archive/RNZipArchive.podspec
@@ -10,12 +10,11 @@ Pod::Spec.new do |s|
s.license = package['license']
s.homepage = 'https://github.com/mockingbot/react-native-zip-archive'
s.source = { :git => 'https://github.com/mockingbot/react-native-zip-archive.git', :tag => "#{s.version}"}
- s.platform = :ios, '9.0'
+ s.platform = :ios, '10.0'
s.preserve_paths = '*.js'
s.dependency 'React-Core'
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|
ss.source_files = 'ios/*.{h,m}'