Skip to content

Commit

Permalink
Update search paths to reflect new project structure
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeStanton committed May 15, 2015
1 parent ea8447e commit 243ef68
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Libraries/Sample/Sample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand All @@ -221,7 +221,6 @@
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = Sample;
SKIP_INSTALL = YES;
USER_HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/../../**";
};
name = Release;
};
Expand Down

0 comments on commit 243ef68

Please sign in to comment.