ProjectCapabilityManager Constructor

Declaration

public ProjectCapabilityManager(string pbxProjectPath, string entitlementFilePath, string targetName, string targetGuid);

Parameters

pbxProjectPath The project path provided by IPostprocessBuildWithReport.OnPostprocessBuild.
entitlementFileName Name of the entitlements file.
targetName Name of the target project.
targetGuid The GUID of the target as returned by PBXProject.TargetGuidByName

Description

Creates a new ProjectCapabilityManager object.

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.


Did you find this page useful? Please give it a rating: