Skip to main content
Version: 10.14.x

BuildProcessing.Extensions.PBXProjectExtensions Class

Extension methods for PBXProject. More...

Static Public Member Functions

static string GetUnityMainTargetGuid (this PBXProject @this)
 Returns GUID of the main target in Unity project. More...
 
static string GetUnityFrameworkTargetGuid (this PBXProject @this)
 Returns GUID of the framework target. This target includes source code, plugins, dependent frameworks and source compile/link build options. More...
 

Detailed Description

Extension methods for PBXProject.

Member Function Documentation

◆ GetUnityFrameworkTargetGuid()

static string BFGSDK.BuildProcessing.Extensions.PBXProjectExtensions.GetUnityFrameworkTargetGuid (this PBXProject @ this)
inlinestatic
Returns GUID of the framework target. This target includes source code, plugins, dependent frameworks and source compile/link build options.
Parameters
thisPBXProject instance.
Returns
The GUID for the framework target.

◆ GetUnityMainTargetGuid()

static string BFGSDK.BuildProcessing.Extensions.PBXProjectExtensions.GetUnityMainTargetGuid (this PBXProject @ this)
inlinestatic
Returns GUID of the main target in Unity project.
Parameters
thisPBXProject instance.
Returns
The GUID for the main target.
Extension methods for PBXProject. More...

Static Public Member Functions

static string GetUnityMainTargetGuid (this PBXProject @this)
 Returns GUID of the main target in Unity project. More...
 
static string GetUnityFrameworkTargetGuid (this PBXProject @this)
 Returns GUID of the framework target. This target includes source code, plugins, dependent frameworks and source compile/link build options. More...
 

Detailed Description

Extension methods for PBXProject.

Member Function Documentation

◆ GetUnityFrameworkTargetGuid()

static string BFGSDK.BuildProcessing.Extensions.PBXProjectExtensions.GetUnityFrameworkTargetGuid (this PBXProject @ this)
inlinestatic
Returns GUID of the framework target. This target includes source code, plugins, dependent frameworks and source compile/link build options.
Parameters
thisPBXProject instance.
Returns
The GUID for the framework target.

◆ GetUnityMainTargetGuid()

static string BFGSDK.BuildProcessing.Extensions.PBXProjectExtensions.GetUnityMainTargetGuid (this PBXProject @ this)
inlinestatic
Returns GUID of the main target in Unity project.
Parameters
thisPBXProject instance.
Returns
The GUID for the main target.