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

PBXProject.RemoveFileFromBuild

Declaration

public void RemoveFileFromBuild(string targetGuid, string fileGuid);

Parameters

targetGuid The GUID of the target, such as the one returned by GetUnityFrameworkTargetGuid.
fileGuid The GUID of the file or folder reference.

Description

Removes the given file from the list of files to build for the given target.