Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

PBXProject.AddResourcesBuildPhase

Declaration

public string AddResourcesBuildPhase(string targetGuid);

Parameters

targetGuid The GUID of the target, such as the one returned by GetUnityFrameworkTargetGuid.

Returns

string Returns the GUID of the new phase.

Description

Creates a new resources build phase for a given target.

If the resources build phase is already configured for a target, the function returns the existing phase. The new phase is placed at the end of the list of build phases configured for the target.