Skip to content

Commit ab60860

Browse files
author
Adrian Marquez
committed
Update header search paths to match new iOS folder structure
1 parent 07daebf commit ab60860

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)