Skip to content

Commit a1b7e88

Browse files
fix: updated react dependency in podspec to enable build in Xcode 12 (for iOS >= 12) (mCodex#246)
1 parent 4ca26d7 commit a1b7e88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

react-native-sensitive-info.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ Pod::Spec.new do |s|
1515
s.source = { :git => "https://github.com/mCodex/react-native-sensitive-info", :tag => "v#{s.version}" }
1616
s.source_files = "ios/**/*.{h,m}"
1717

18-
s.dependency 'React'
19-
end
18+
s.dependency 'React-Core'
19+
end

0 commit comments

Comments
 (0)