Update search paths

This commit is contained in:
Brent Vatne 2015-03-30 22:52:43 -07:00
parent 4a788addc3
commit aab5f9178d

View File

@ -205,6 +205,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)";