Skip to content

Commit 7de8908

Browse files
committed
Add removePbxGroup and removeFromHeaderSearchPaths to createPbxProj mock method
1 parent 0548294 commit 7de8908

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/ios-project-service.ts

+2
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,8 @@ describe("Cocoapods support", () => {
417417
return {
418418
updateBuildProperty: () => { return {}; },
419419
pbxXCBuildConfigurationSection: () => { return {}; },
420+
removePbxGroup: () => {},
421+
removeFromHeaderSearchPaths: () => {},
420422
};
421423
};
422424
iOSProjectService.savePbxProj = (): Promise<void> => Promise.resolve();

0 commit comments

Comments
 (0)