| Parameter | Description |
|---|---|
| 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 |
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.