Version: 2019.1

PBXProject.GetAllBuildPhasesForTarget

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

Parameters

targetGuidThe 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.