Legacy Documentation: Version 5.0
Language: English
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

PBXProject.AddBuildPropertyForConfig

Switch to Manual
public function AddBuildPropertyForConfig(configGuid: string, name: string, value: string): void;
public function AddBuildPropertyForConfig(configGuids: string[], name: string, value: string): void;

Parameters

configGuidThe GUID of the build configuration as returned by BuildConfigByName().
nameThe name of the build property.
valueThe value of the build property.
configGuidsAn array of GUIDs of build configurations.

Description

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