Commit c7b1def6 authored by Gant Laborde's avatar Gant Laborde Committed by GitHub

Merge pull request #121 from janicduplessis/master

Update iOS RN header paths
parents d638e235 5834bf6c
......@@ -217,11 +217,8 @@
isa = XCBuildConfiguration;
buildSettings = {
HEADER_SEARCH_PATHS = (
"$(SRCROOT)/../../React/**",
"$(inherited)",
"$(SRCROOT)/node_modules/react-native/React/**",
"$(SRCROOT)/../react-native/React/**",
"$(SRCROOT)/../../../node_modules/react-native/React/**",
"$(BUILT_PRODUCTS_DIR)/usr/local/include",
);
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
OTHER_LDFLAGS = "-ObjC";
......@@ -234,11 +231,8 @@
isa = XCBuildConfiguration;
buildSettings = {
HEADER_SEARCH_PATHS = (
"$(SRCROOT)/../../React/**",
"$(inherited)",
"$(SRCROOT)/node_modules/react-native/React/**",
"$(SRCROOT)/../react-native/React/**",
"$(SRCROOT)/../../../node_modules/react-native/React/**",
"$(BUILT_PRODUCTS_DIR)/usr/local/include",
);
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
OTHER_LDFLAGS = "-ObjC";
......
......@@ -9,7 +9,7 @@
#import <UIKit/UIKit.h>
#import <sys/utsname.h>
#import "RCTBridgeModule.h"
#import <React/RCTBridgeModule.h>
@interface RNDeviceInfo : NSObject <RCTBridgeModule>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment