PBXProject.GetUnityTargetName

Cambiar al Manual
public static string GetUnityTargetName ();

Valor de retorno

string The default main target name.

Descripción

Deprecated. Returns the default main target name in Unity project.

Deprecated. 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. Use GetUnityMainTargetGuid or GetUnityFrameworkTargetGuid to get GUID no need to call TargetGuidByName function.