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

Commit 83b5874

Browse files
committed
Merge pull request #213 from Microsoft/ios-folder-changes
iOS folder issues
2 parents 147db4e + 2b26e31 commit 83b5874

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ We try our best to maintain backwards compatability of our plugin with previous
4343
| <0.14.0 | **Unsupported** |
4444
| v0.14.0 | v1.3.0 *(introduced Android support)* |
4545
| v0.15.0-v0.18.0 | v1.4.0-v1.6.0 *(introduced iOS asset support)* |
46-
| v0.19.0-v0.20.0 | v1.7.0+ *(introduced Android asset support)* |
47-
| v0.21.0+ | TBD :) We work hard to respond to new RN releases, but they do occasionally break us. We will update this chart with each RN release, so that users can check to see what our "official" support is.
46+
| v0.19.0-v0.21.0 | v1.7.0+ *(introduced Android asset support)* |
47+
| v0.22.0+ | TBD :) We work hard to respond to new RN releases, but they do occasionally break us. We will update this chart with each RN release, so that users can check to see what our "official" support is.
4848

4949
## Getting Started
5050

@@ -65,9 +65,9 @@ Once you've acquired the CodePush plugin, you need to integrate it into the Xcod
6565
### Plugin Installation (iOS)
6666

6767
1. Open your app's Xcode project
68-
2. Find the `CodePush.xcodeproj` file within the `node_modules/react-native-code-push` directory, and drag it into the `Libraries` node in Xcode
68+
2. Find the `CodePush.xcodeproj` file within the `node_modules/ios/react-native-code-push` directory, and drag it into the `Libraries` node in Xcode
6969

70-
![Add CodePush to project](https://cloud.githubusercontent.com/assets/516559/10322414/7688748e-6c32-11e5-83c1-00d3e6758df4.png)
70+
![Add CodePush to project](https://cloud.githubusercontent.com/assets/8598682/13368613/c5c21422-dca0-11e5-8594-c0ec5bde9d81.png)
7171

7272
3. Select the project node in Xcode and select the "Build Phases" tab of your project configuration.
7373
4. Drag `libCodePush.a` from `Libraries/CodePush.xcodeproj/Products` into the "Link Binary With Libraries" section of your project's "Build Phases" configuration.

ios/CodePush.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@
342342
HEADER_SEARCH_PATHS = (
343343
"$(inherited)",
344344
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
345-
"$(SRCROOT)/../node_modules/react-native/React/**",
345+
"$(SRCROOT)/../../react-native/React/**",
346346
"$(SRCROOT)/../Examples/CodePushDemoApp/node_modules/react-native/React/**",
347347
);
348348
LIBRARY_SEARCH_PATHS = "$(inherited)";
@@ -361,7 +361,7 @@
361361
HEADER_SEARCH_PATHS = (
362362
"$(inherited)",
363363
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
364-
"$(SRCROOT)/../node_modules/react-native/React/**",
364+
"$(SRCROOT)/../../react-native/React/**",
365365
"$(SRCROOT)/../Examples/CodePushDemoApp/node_modules/react-native/React/**",
366366
);
367367
LIBRARY_SEARCH_PATHS = "$(inherited)";

0 commit comments

Comments
 (0)