Legacy Documentation: Version 5.1
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

PBXProject.SetCompileFlagsForFile

Switch to Manual
public function SetCompileFlagsForFile(targetGuid: string, fileGuid: string, compileFlags: List<string>): void;

Parameters

targetGuid The GUID of the target as returned by [[TargetGuidByName()]].
fileGuid The file guid.
compileFlags The list of compile flags.

Description

Sets the compilation flags for the given file in the given target.