PBXProject.GetAllBuildPhasesForTarget

Switch to Manual
public string[] GetAllBuildPhasesForTarget (string targetGuid);

Parameters

targetGuid[[TargetGuidByName()]] 返回的目标的 GUID。

Returns

string[] Returns all of the build phases for the specified target.

Description

Returns all build phases for the specified target.

The type and name of each phases can be queried using [[GetBuildPhaseType(string)]] and [[GetBuildPhaseName(string)]] respectively.