PBXProject.GetUnityMainTargetGuid

public string GetUnityMainTargetGuid();

Returns

string The GUID for the main target.

Description

Returns GUID of the main target in Unity project.

Returns GUID of the main target. This target includes everything except source code, plugins, dependent frameworks and source compile/link build options use GetUnityFrameworkTargetGuid for it.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答