PBXProject.GetBuildPropertyForAnyConfig

Switch to Manual
public string GetBuildPropertyForAnyConfig (IEnumerable<string> targetGuids, string name);
public string GetBuildPropertyForAnyConfig (string targetGuid, string name);

Parameters

targetGuid[[TargetGuidByName()]] 返回的目标的 GUID。
targetGuids[[TargetGuidByName()]] 返回的目标的 GUID。
name构建属性的名称。

Returns

string The specified build property value.

Description

Gets a build property value for the given name in all build configurations for the specified target(s). If a property has multiple values they are delimited by a space.

如果名称“LIBRARY_SEARCH_PATHS”和“FRAMEWORK_SEARCH_PATHS”的值包含空格,则会用引号将其引起来。