Skip to content

Commit 809770b

Browse files
authored
Merge pull request #670 from adrianyg7/new-search-path
Update header search paths to match new iOS folder structure
2 parents 07daebf + ab60860 commit 809770b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/ios/updateHeaderPaths.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
config = config.split("\n")
2525
.map(function (line) {
2626
if (line.indexOf("HEADER_SEARCH_PATHS") > -1 && line.indexOf("Branch-SDK") === -1) {
27-
line += ' "${PODS_ROOT}/Branch/Branch-SDK/Branch-SDK" "${PODS_ROOT}/Branch/Branch-SDK/Branch-SDK/Networking" "${PODS_ROOT}/Branch/Branch-SDK/Branch-SDK/Networking/Requests"';
27+
line += ' "${PODS_ROOT}/Branch/Branch-SDK"';
2828
}
2929
return line;
3030
});

0 commit comments

Comments
 (0)