Update project.pbxproj

This commit is contained in:
Geoffrey Goh
2016-02-26 16:07:44 -08:00
parent d7ee883893
commit 76f17bc811

View File

@@ -342,7 +342,7 @@
HEADER_SEARCH_PATHS = (
"$(inherited)",
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
"$(SRCROOT)/../node_modules/react-native/React/**",
"$(SRCROOT)/../../react-native/React/**",
"$(SRCROOT)/../Examples/CodePushDemoApp/node_modules/react-native/React/**",
);
LIBRARY_SEARCH_PATHS = "$(inherited)";
@@ -361,7 +361,7 @@
HEADER_SEARCH_PATHS = (
"$(inherited)",
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
"$(SRCROOT)/../node_modules/react-native/React/**",
"$(SRCROOT)/../../react-native/React/**",
"$(SRCROOT)/../Examples/CodePushDemoApp/node_modules/react-native/React/**",
);
LIBRARY_SEARCH_PATHS = "$(inherited)";