ProjectCapabilityManager(string, string, string, string)
Creates a new ProjectCapabilityManager object.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Constructor
- Namespace: UnityEditor.iOS.Xcode
- Assembly: UnityEditor.iOS.Extensions.Xcode
public ProjectCapabilityManager(string pbxProjectPath, string entitlementFilePath, string targetName = null, string targetGuid = null)
Parameters
The project path provided by IPostprocessBuildWithReport.OnPostprocessBuild.
Name of the target project.
The GUID of the target as returned by PBXProject.TargetGuidByName
Remarks
Note: To use this method, you need to provide either a or a . If you provide both or none, Unity throws an exception.
targetNametargetGuid