Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

PBXProject.BuildConfigByName

Declaration

public string BuildConfigByName(string targetGuid, string name);

Parameters

targetGuid The GUID of the target, such as the one returned by GetUnityFrameworkTargetGuid.
name The 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.

Returns Null if such configuration does not exist.