Skip to content

Commit

Permalink
Merge pull request #6 from JoaoCaixinha/master
Browse files Browse the repository at this point in the history
Update RCTRealtimeCloudStorageIOS path
  • Loading branch information
realtime-framework authored Jun 22, 2016
2 parents 99eead5 + 299539f commit b7d02dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions RCTRealtimeCloudStorage.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@
HEADER_SEARCH_PATHS = (
"$(inherited)",
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
"$(SRCROOT)/../../React/**",
"$(SRCROOT)/../react-native/React/**",
);
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -417,7 +417,7 @@
HEADER_SEARCH_PATHS = (
"$(inherited)",
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
"$(SRCROOT)/../../React/**",
"$(SRCROOT)/../react-native/React/**",
);
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ If you are a developer, you can use Realtime Cloud Storage to create database ta

* Create a new react-native project. [Check react-native getting started](http://facebook.github.io/react-native/docs/getting-started.html#content)

* On the terminal, go to PROJECT_DIR/node_modules/react-native.
* On the terminal, go to PROJECT_DIR.

* Execute

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-realtimestorage-ios",
"version": "1.0.7",
"version": "1.0.8",
"description": "The Realtime Framework Cloud Storage client for React-Native",
"main": "RCTRealtimeCloudStorageIOS.js",
"scripts": {
Expand Down

0 comments on commit b7d02dd

Please sign in to comment.