From 9ec0811c30915179e7ece610079afd037c0dfcef Mon Sep 17 00:00:00 2001 From: Perry Poon Date: Thu, 23 May 2024 10:19:02 +0800 Subject: [PATCH] bump version --- README.md | 2 +- RNZipArchive.podspec | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0eb612d..47a86e1 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Zip archive utility for react-native ## Attention -If you need to adapt to the [app store's new privacy policy](https://developer.apple.com/news/?id=3d8a9yyh), you need to upgrade the SSZipArchive to '2.5.5' in your app's Podfile, like this https://github.com/plrthink/RNZATestApp/blob/main/ios/Podfile +In order to comply with the new privacy policy of the App Store on iOS, you need to upgrade react-native-zip-archive to version 7.0.0, which requires the deployment target to be iOS 15.5 or later. ## Compatibility diff --git a/RNZipArchive.podspec b/RNZipArchive.podspec index 11b6dd2..ce6cbab 100644 --- a/RNZipArchive.podspec +++ b/RNZipArchive.podspec @@ -10,7 +10,7 @@ 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, '15.5' s.preserve_paths = '*.js' s.dependency 'React-Core' diff --git a/package.json b/package.json index dde96c4..0d5b4c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-zip-archive", - "version": "6.1.2", + "version": "7.0.0", "description": "A little wrapper on ZipArchive for react-native", "main": "index.js", "scripts": {