Version: 5.6

PBXProject.AddBuildProperty

매뉴얼로 전환
public void AddBuildProperty (string targetGuid, string name, string value);

파라미터

targetGuid The GUID of the target as returned by TargetGuidByName.
name The name of the build property.
value The value of the build property.
targetGuids An array of target GUIDs.

설명

Adds a value to build property in all build configurations for the specified target(s).