Skip to content

Commit

Permalink
fix(ios): drop ZIPFoundation version constraint
Browse files Browse the repository at this point in the history
Allows dependency to pull in privacy manifest.
  • Loading branch information
alpha0010 committed Mar 26, 2024
1 parent bbc440f commit 1e45b0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ReactNativeFileAccess.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ Pod::Spec.new do |s|
s.license = package["license"]
s.authors = package["author"]

s.platforms = { :ios => "11.0", :osx => "10.10" }
s.platforms = { :ios => "12.0", :osx => "10.11" }
s.source = { :git => "https://github.com/alpha0010/react-native-file-access.git", :tag => "#{s.version}" }

s.source_files = "ios/**/*.{h,m,mm,swift}"

s.dependency "React-Core"
s.dependency "ZIPFoundation", "0.9.11"
s.dependency "ZIPFoundation"

if defined?($RNFANoPrivacyAPI)
Pod::UI.puts "#{s.name}: Removing privacy sensitive API calls"
Expand Down

0 comments on commit 1e45b0e

Please sign in to comment.