PBXProject.GetBuildPropertyForConfig

Switch to Manual
public string GetBuildPropertyForConfig (string configGuid, string name);

Parameters

configGuid BuildConfigByName 返回的构建配置的 GUID。
name构建属性的名称。

Returns

string The specified build property value.

Description

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

重复的构建属性将被忽略。如果名称“LIBRARY_SEARCH_PATHS”和“FRAMEWORK_SEARCH_PATHS”的值包含空格,则会用引号将其引起来。