Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ProjectCapabilityManager(string, string, string, string)

Creates a new ProjectCapabilityManager object.
Read time 1 minuteLast updated 6 days ago

Definition

public ProjectCapabilityManager(string pbxProjectPath, string entitlementFilePath, string targetName = null, string targetGuid = null)

Parameters

pbxProjectPath


entitlementFilePath


targetName

Name of the target project.

targetGuid

The GUID of the target as returned by PBXProject.TargetGuidByName

Remarks

Note: To use this method, you need to provide either a
targetName
or a
targetGuid
. If you provide both or none, Unity throws an exception.