Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixes header search paths
  • Loading branch information
Johannes Stein committed May 7, 2015
1 parent 3a70516 commit b85b91c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions RNBeacon.xcodeproj/project.pbxproj
Expand Up @@ -200,12 +200,14 @@
"$(inherited)",
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
"$(SRCROOT)/../../React/**",
"$(SRCROOT)/node_modules/react-native/React/**",
"$(SRCROOT)/../react-native/React/**",
);
LIBRARY_SEARCH_PATHS = "$(inherited)";
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = RNBeacon;
SKIP_INSTALL = YES;
USER_HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/../../**";
USER_HEADER_SEARCH_PATHS = "";
};
name = Debug;
};
Expand All @@ -216,12 +218,14 @@
"$(inherited)",
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
"$(SRCROOT)/../../React/**",
"$(SRCROOT)/node_modules/react-native/React/**",
"$(SRCROOT)/../react-native/React/**",
);
LIBRARY_SEARCH_PATHS = "$(inherited)";
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = RNBeacon;
SKIP_INSTALL = YES;
USER_HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/../../**";
USER_HEADER_SEARCH_PATHS = "";
};
name = Release;
};
Expand Down

0 comments on commit b85b91c

Please sign in to comment.