Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
plrthink committed May 23, 2024
1 parent 46b4027 commit 9ec0811
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion RNZipArchive.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 9ec0811

Please sign in to comment.