Version: 2017.2
public void UpdateBuildProperty (string targetGuid, string name, IEnumerable<string> addValues, IEnumerable<string> removeValues);
public void UpdateBuildProperty (IEnumerable<string> targetGuids, string name, IEnumerable<string> addValues, IEnumerable<string> removeValues);

パラメーター

targetGuid NativeTargetByName によって返される target の GUID
targetGuids target GUID の配列
name ビルドプロパティー名
addValues ビルドプロパティーに値を追加します。
removeValues ビルドプロパティーから値を削除します。

説明

指定した target のすべてのビルド設定にあるビルドプロパティーから値を追加 / 削除します。