Skip to content

Commit 2f4e26b

Browse files
authored
Merge pull request #68 from panter/master
Support projects that use React from cocoapods
2 parents bf4591b + d6e178a commit 2f4e26b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ios/RNZipArchive.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@
281281
HEADER_SEARCH_PATHS = (
282282
"$(inherited)",
283283
"$(SRCROOT)/../../react-native/React/**",
284+
"../../../ios/Pods/Headers/Public/**",
284285
);
285286
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
286287
MTL_ENABLE_DEBUG_INFO = YES;
@@ -326,6 +327,7 @@
326327
HEADER_SEARCH_PATHS = (
327328
"$(inherited)",
328329
"$(SRCROOT)/../../react-native/React/**",
330+
"../../../ios/Pods/Headers/Public/**",
329331
);
330332
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
331333
MTL_ENABLE_DEBUG_INFO = NO;

0 commit comments

Comments
 (0)