Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2 from berkcaputcu/master
Browse files Browse the repository at this point in the history
Move iOS specific files to iOS folder
  • Loading branch information
jordanbyron committed Sep 24, 2015
2 parents ca6fbc6 + ee13504 commit 63039fa
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ $ npm install react-native-event-source --save
```

In XCode add the library from
`node_modules/react-native-event-source/RNEventSource.xcodeproj` to your project
`node_modules/react-native-event-source/iOS/RNEventSource.xcodeproj` to your project
then add `libRNEventSource` to your project's __Build Phase__ > __Link Binary With
Libraries__ list.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,8 @@
isa = XCBuildConfiguration;
buildSettings = {
HEADER_SEARCH_PATHS = (
"$(SRCROOT)/../react-native/React/**",
"$(SRCROOT)/node_modules/react-native/React/**",
"$(SRCROOT)/../../react-native/React/**",
"$(SRCROOT)/../node_modules/react-native/React/**",
);
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -308,8 +308,8 @@
isa = XCBuildConfiguration;
buildSettings = {
HEADER_SEARCH_PATHS = (
"$(SRCROOT)/../react-native/React/**",
"$(SRCROOT)/node_modules/react-native/React/**",
"$(SRCROOT)/../../react-native/React/**",
"$(SRCROOT)/../node_modules/react-native/React/**",
);
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 63039fa

Please sign in to comment.