PBXProject.GetBuildPhaseName

public string GetBuildPhaseName(string phaseGuid);

Parameters

phaseGuidGUID of the phase.

Returns

string The build phase name if it's defined.

Description

Returns the name of the build phase with the specified GUID.

For shell script and copy file build phases, the name is returned. For all other phases, the type is returned for all other phases. This is same behavior as [[GetBuildPhaseType(string)]]. If a phase with the given GUID is not available, Null is returned.

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