Version: 5.6

PBXProject.AddFileToBuildWithFlags

Cambiar al Manual
public void AddFileToBuildWithFlags (string targetGuid, string fileGuid, string compileFlags);

Parámetros

targetGuid The GUID of the target as returned by TargetGuidByName.
fileGuid The file guid returned by AddFile.
compileFlags Compile flags to use.

Descripción

Configures file for building for the given target with specific compiler flags.