Skip to content

Commit 9ec0811

Browse files
committed
bump version
1 parent 46b4027 commit 9ec0811

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Zip archive utility for react-native
44

55
## Attention
66

7-
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
7+
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.
88

99
## Compatibility
1010

RNZipArchive.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
1010
s.license = package['license']
1111
s.homepage = 'https://github.com/mockingbot/react-native-zip-archive'
1212
s.source = { :git => 'https://github.com/mockingbot/react-native-zip-archive.git', :tag => "#{s.version}"}
13-
s.platform = :ios, '9.0'
13+
s.platform = :ios, '15.5'
1414
s.preserve_paths = '*.js'
1515

1616
s.dependency 'React-Core'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-zip-archive",
3-
"version": "6.1.2",
3+
"version": "7.0.0",
44
"description": "A little wrapper on ZipArchive for react-native",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)