From a1b7e88240bb6bfa43baf3f006d029e4f9fd700b Mon Sep 17 00:00:00 2001 From: Alexis Bronchart Date: Sun, 13 Dec 2020 13:54:35 +0100 Subject: [PATCH] fix: updated react dependency in podspec to enable build in Xcode 12 (for iOS >= 12) (#246) --- react-native-sensitive-info.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/react-native-sensitive-info.podspec b/react-native-sensitive-info.podspec index 0c63bc42..8a2200b4 100644 --- a/react-native-sensitive-info.podspec +++ b/react-native-sensitive-info.podspec @@ -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 \ No newline at end of file + s.dependency 'React-Core' +end