PBXProject.GetAllBuildPhasesForTarget

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.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答