We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 105816c commit 0548294Copy full SHA for 0548294
lib/definitions/xcode.d.ts
@@ -20,6 +20,8 @@ declare module "xcode" {
20
21
addPbxGroup(filePathsArray: any[], name: string, path: string, sourceTree: string): void;
22
23
+ removePbxGroup(groupName: string, path: string): void;
24
+
25
addToHeaderSearchPaths(options?: Options): void;
26
removeFromHeaderSearchPaths(options?: Options): void;
27
updateBuildProperty(key: string, value: any): void;
0 commit comments