Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

PBXProject.GetEntitlementFilePathForTarget

Declaration

public string GetEntitlementFilePathForTarget(string targetGuid);

Parameters

targetGuid The GUID of the target, such as the one returned by GetUnityFrameworkTargetGuid.

Returns

string The relative path to the entitlement file or null if it does not exist.

Description

Returns the relative path to the entitlement file for the specified build target.