Legacy Documentation: Version 5.0
Language: English
  • C#
  • JS

Script language

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

PBXProject.GetCompileFlagsForFile

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

Parameters

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

Returns

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

Description

Returns compile flags set for the specific file.