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