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

PBXProject.unityPostprocessTargetPhonyBuildPhaseName

public string unityPostprocessTargetPhonyBuildPhaseName;

Description

The name of the placeholder build phase, which Unity adds to indicate a place to add post-processing actions.

Any build phases added after the placeholder build phase can safely assume that the target is built. For example, Unity adds symbols processing afterwards, which requires Application/Framework to be fully built.