Remove unnecessary search paths
This commit is contained in:
parent
c2c01531f8
commit
9c937c1e9e
|
@ -364,10 +364,8 @@
|
|||
);
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"$(SRCROOT)/../../React/**",
|
||||
"$(SRCROOT)/../../node_modules/react-native/React/**",
|
||||
"$(SRCROOT)/../../react-native/React/**",
|
||||
"${SRCROOT}/../../../ios/Pods/**",
|
||||
"$(SRCROOT)/../../react-native/React/**",
|
||||
);
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
||||
LIBRARY_SEARCH_PATHS = "$(inherited)";
|
||||
|
@ -393,10 +391,8 @@
|
|||
);
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"$(SRCROOT)/../../React/**",
|
||||
"$(SRCROOT)/../../node_modules/react-native/React/**",
|
||||
"$(SRCROOT)/../../react-native/React/**",
|
||||
"${SRCROOT}/../../../ios/Pods/**",
|
||||
"$(SRCROOT)/../../react-native/React/**",
|
||||
);
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
||||
LIBRARY_SEARCH_PATHS = "$(inherited)";
|
||||
|
|
Loading…
Reference in New Issue