Version: 5.6

PBXProject.BuildConfigByName

切换到手册
public string BuildConfigByName (string targetGuid, string name);

参数

targetGuid TargetGuidByName 返回的目标的 GUID。
name 构建配置的名称。

返回

string 返回构建配置的 GUID;如果不存在,则返回 null。

描述

Returns the GUID of build configuration with the given name for the specific target. null is returned if such configuration does not exist.