Skip to content

Commit

Permalink
fix: updated react dependency in podspec to enable build in Xcode 12 …
Browse files Browse the repository at this point in the history
…(for iOS >= 12) (#246)
  • Loading branch information
alexisbronchart authored Dec 13, 2020
1 parent 4ca26d7 commit a1b7e88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions react-native-sensitive-info.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/mCodex/react-native-sensitive-info", :tag => "v#{s.version}" }
s.source_files = "ios/**/*.{h,m}"

s.dependency 'React'
end
s.dependency 'React-Core'
end

0 comments on commit a1b7e88

Please sign in to comment.