PBXProject.BuildConfigByName

Switch to Manual
public string BuildConfigByName (string targetGuid, string name);

Parameters

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

Returns

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

Description

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

Null is returned if such configuration does not exist.