PBXProject.GetUnityTargetName

Switch to Manual
public static string GetUnityTargetName ();

Returns

string The default main target name.

Description

Returns the default main target name in Unity project.

The returned target name can then be used to retrieve the GUID of the target via TargetGuidByName function. This function can only be used in Unity-generated projects.