PBXProject.GetCompileFlagsForFile

Switch to Manual
public List<string> GetCompileFlagsForFile (string targetGuid, string fileGuid);

Parameters

targetGuid[[TargetGuidByName()]] 返回的目标的 GUID。
fileGuid文件的 GUID。

Returns

List<string> 指定文件的编译标志。

Description

返回为给定目标上的特定文件设置的编译标志。

如果文件没有已配置的编译标志,或者文件未配置为在给定目标上进行构建,则返回 null。