Update search paths to reflect new project structure

This commit is contained in:
Joe Stanton 2015-05-15 14:10:06 +01:00
parent ea8447e1c5
commit 243ef68199
1 changed files with 1 additions and 2 deletions

View File

@ -200,12 +200,12 @@
"$(inherited)", "$(inherited)",
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include, /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
"$(SRCROOT)/../../React/**", "$(SRCROOT)/../../React/**",
"$(SRCROOT)/../../node_modules/react-native/React/**",
); );
LIBRARY_SEARCH_PATHS = "$(inherited)"; LIBRARY_SEARCH_PATHS = "$(inherited)";
OTHER_LDFLAGS = "-ObjC"; OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = Sample; PRODUCT_NAME = Sample;
SKIP_INSTALL = YES; SKIP_INSTALL = YES;
USER_HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/../../**";
}; };
name = Debug; name = Debug;
}; };
@ -221,7 +221,6 @@
OTHER_LDFLAGS = "-ObjC"; OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = Sample; PRODUCT_NAME = Sample;
SKIP_INSTALL = YES; SKIP_INSTALL = YES;
USER_HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/../../**";
}; };
name = Release; name = Release;
}; };