Skip to content

Commit

Permalink
tweak header search paths for React via Pods, as per BlinkID/blinkid-…
Browse files Browse the repository at this point in the history
  • Loading branch information
naartjie committed Jan 9, 2018
1 parent 6e47184 commit 99508fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions TouchID.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -198,11 +198,11 @@
buildSettings = {
HEADER_SEARCH_PATHS = (
"$(inherited)",
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
"$(SRCROOT)/../react-native/React/**",
"\"${PODS_ROOT}/Headers/Public\"/**",
);
LIBRARY_SEARCH_PATHS = "$(inherited)";
OTHER_LDFLAGS = "-ObjC";
PODS_ROOT = "${SRCROOT}/../../ios/Pods";
PRODUCT_NAME = TouchID;
SKIP_INSTALL = YES;
};
Expand All @@ -213,11 +213,11 @@
buildSettings = {
HEADER_SEARCH_PATHS = (
"$(inherited)",
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
"$(SRCROOT)/../react-native/React/**",
"\"${PODS_ROOT}/Headers/Public\"/**",
);
LIBRARY_SEARCH_PATHS = "$(inherited)";
OTHER_LDFLAGS = "-ObjC";
PODS_ROOT = "${SRCROOT}/../../ios/Pods";
PRODUCT_NAME = TouchID;
SKIP_INSTALL = YES;
};
Expand Down

0 comments on commit 99508fa

Please sign in to comment.