File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
ios/RNCarrierInfo.xcodeproj Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 213
213
HEADER_SEARCH_PATHS = (
214
214
"$(inherited)",
215
215
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
216
+ "$(SRCROOT)/../../../React/**",
216
217
"$(SRCROOT)/../../react-native/React/**",
218
+ "${SRCROOT}/../../../ios/Pods/Headers/Public/**",
217
219
);
218
220
OTHER_LDFLAGS = "-ObjC";
219
221
PRODUCT_NAME = "$(TARGET_NAME)";
227
229
HEADER_SEARCH_PATHS = (
228
230
"$(inherited)",
229
231
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
232
+ "$(SRCROOT)/../../../React/**",
230
233
"$(SRCROOT)/../../react-native/React/**",
234
+ "${SRCROOT}/../../../ios/Pods/Headers/Public/**",
231
235
);
232
236
OTHER_LDFLAGS = "-ObjC";
233
237
PRODUCT_NAME = "$(TARGET_NAME)";
You can’t perform that action at this time.
0 commit comments