PBXProject.GetCompileFlagsForFile

Cambiar al Manual
public List<string> GetCompileFlagsForFile (string targetGuid, string fileGuid);

Parámetros

targetGuidThe GUID of the target as returned by [[TargetGuidByName()]].
fileGuidThe GUID of the file.

Valor de retorno

List<string> The compile flags for the specified file.

Descripción

Returns compile flags set for the specific file on a given target.

Null is returned if the file has no configured compile flags or the file is not configured for building on the given target.