Skip to content

Commit

Permalink
react-native just needs to be in the USER_HEADER_SEARCH_PATHS
Browse files Browse the repository at this point in the history
  • Loading branch information
almost committed Oct 12, 2015
1 parent 5ab11b8 commit 7fe2a7f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions AIBHTMLWebView.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@
HEADER_SEARCH_PATHS = (
"$(inherited)",
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
"$(PROJECT_DIR)/../react-native/**",
);
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -288,7 +287,6 @@
HEADER_SEARCH_PATHS = (
"$(inherited)",
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
"$(PROJECT_DIR)/../react-native/**",
);
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-html-webview",
"version": "0.0.14",
"version": "0.0.15",
"description": "Display (possibly untrusted) HTML using a UIWebView in React Native.",
"main": "index.ios.js",
"scripts": {
Expand Down

0 comments on commit 7fe2a7f

Please sign in to comment.