PBXProject.GetBuildPhaseName

Cambiar al Manual
public string GetBuildPhaseName (string phaseGuid);

Parámetros

phaseGuidGUID of the phase.

Valor de retorno

string The build phase name if it's defined.

Descripción

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.