This version of Unity is unsupported.

PBXProject.GetAllBuildPhasesForTarget

Declaration

public string[] GetAllBuildPhasesForTarget(string targetGuid);

Parameters

targetGuid The GUID of the target as returned by [[TargetGuidByName()]].

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.