Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 14ce332

Browse files
authored
Fix Xcode 12 compatibility. (#1954)
1 parent f45d04b commit 14ce332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodePush.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Pod::Spec.new do |s|
2020
# Note: Even though there are copy/pasted versions of some of these dependencies in the repo,
2121
# we explicitly let CocoaPods pull in the versions below so all dependencies are resolved and
2222
# linked properly at a parent workspace level.
23-
s.dependency 'React'
23+
s.dependency 'React-Core'
2424
s.dependency 'SSZipArchive', '~> 2.2.2'
2525
s.dependency 'JWT', '~> 3.0.0-beta.12'
2626
s.dependency 'Base64', '~> 1.1'

0 commit comments

Comments
 (0)