PBXProject.GetAllBuildPhasesForTarget

매뉴얼로 전환
public string[] GetAllBuildPhasesForTarget (string targetGuid);

파라미터

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

반환

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

설명

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.