Version: 2017.1

PBXProject.BuildConfigByName

매뉴얼로 전환
public string BuildConfigByName (string targetGuid, string name);

파라미터

targetGuid The GUID of the target as returned by TargetGuidByName.
name The name of the build configuration.

반환

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

설명

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

Null is returned if such configuration does not exist.