PBXProject.BuildConfigByName

Cambiar al Manual
public string BuildConfigByName (string targetGuid, string name);

Parámetros

targetGuidThe GUID of the target as returned by TargetGuidByName.
nameThe name of the build configuration.

Valor de retorno

string The GUID of the build configuration or null if it does not exist.

Descripción

Returns the GUID of build configuration with the given name for the specific target.

Null is returned if such configuration does not exist.