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

Commit 683d820

Browse files
committed
Updating CocoaPods install instructions
1 parent f6565ec commit 683d820

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,10 @@ We hope to eventually remove the need for steps #2-4, but in the meantime, RNPM
120120
pod 'CodePush', :path => './node_modules/react-native-code-push'
121121
```
122122

123-
CodePush depends on an internal copy of the `SSZipArchive` library, so if your project already includes that (either directly or via a transitive dependency), then you can install a version of CodePush which excludes it by using the following subspec:
123+
CodePush depends on an internal copy of the `SSZipArchive` library, so if your project already includes it (either directly or via a transitive dependency), then you can install a version of CodePush which excludes it by depending specificaly on the `Core` subspec:
124124

125125
```ruby
126-
pod 'CodePush', :path => './node_modules/react-native-code-push', :subspecs => ['NoZip']
126+
pod 'CodePush', :path => './node_modules/react-native-code-push', :subspecs => ['Core']
127127
```
128128

129129
*NOTE: The above paths needs to be relative to your app's `Podfile`, so adjust it as nec

0 commit comments

Comments
 (0)