Skip to content

Commit 0548294

Browse files
committed
Add removePbxGroup() to project class
1 parent 105816c commit 0548294

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/definitions/xcode.d.ts

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ declare module "xcode" {
2020

2121
addPbxGroup(filePathsArray: any[], name: string, path: string, sourceTree: string): void;
2222

23+
removePbxGroup(groupName: string, path: string): void;
24+
2325
addToHeaderSearchPaths(options?: Options): void;
2426
removeFromHeaderSearchPaths(options?: Options): void;
2527
updateBuildProperty(key: string, value: any): void;

0 commit comments

Comments
 (0)