PBXProject.InsertShellScriptBuildPhase

切换到手册
public string InsertShellScriptBuildPhase (int index, string targetGuid, string name, string shellPath, string shellScript);

参数

index插入新构建阶段的位置。如果它高于构建阶段的总数,则在最后添加新阶段。
targetGuid[[TargetGuidByName()]] 返回的目标的 GUID。
name阶段的名称。
shellPathshell 路径。
shellScriptshell 脚本。

返回

string 返回新阶段的 GUID。

描述

为给定目标创建新的 shell 脚本构建阶段。

构建阶段将插入到指定的位置。可以使用 [[GetAllBuildPhasesForTarget(string)]] 来查询所有已定义的构建阶段。


参数

index插入新构建阶段的位置。如果它高于构建阶段的总数,则在最后添加新阶段。
targetGuid[[TargetGuidByName()]] 返回的目标的 GUID。
name阶段的名称。
shellPathshell 路径。
shellScriptshell 脚本。
inputPathsshell 脚本输入依赖项。

返回

void 返回新阶段的 GUID。

描述

为给定目标创建新的 shell 脚本构建阶段。

构建阶段将插入到指定的位置。可以使用 [[GetAllBuildPhasesForTarget(string)]] 来查询所有已定义的构建阶段。