index | 插入新构建阶段的位置。如果它高于构建阶段的总数,则在最后添加新阶段。 |
targetGuid | [[TargetGuidByName()]] 返回的目标的 GUID。 |
name | 阶段的名称。 |
shellPath | shell 路径。 |
shellScript | shell 脚本。 |
string 返回新阶段的 GUID。
为给定目标创建新的 shell 脚本构建阶段。
构建阶段将插入到指定的位置。可以使用 [[GetAllBuildPhasesForTarget(string)]] 来查询所有已定义的构建阶段。
index | 插入新构建阶段的位置。如果它高于构建阶段的总数,则在最后添加新阶段。 |
targetGuid | [[TargetGuidByName()]] 返回的目标的 GUID。 |
name | 阶段的名称。 |
shellPath | shell 路径。 |
shellScript | shell 脚本。 |
inputPaths | shell 脚本输入依赖项。 |
void 返回新阶段的 GUID。
为给定目标创建新的 shell 脚本构建阶段。
构建阶段将插入到指定的位置。可以使用 [[GetAllBuildPhasesForTarget(string)]] 来查询所有已定义的构建阶段。