Version: 5.6

PBXProject.AddBuildPropertyForConfig

切换到手册
public void AddBuildPropertyForConfig (string configGuid, string name, string value);

参数

configGuid The GUID of the build configuration as returned by BuildConfigByName().
name 构建属性的名称。
value 构建属性的值。
configGuids 构建配置的 GUID 数组。

描述

Adds a value to build property for the specific build configuration.