Version: 2017.3

PBXProject.AddAssetTagForFile

Cambiar al Manual
public void AddAssetTagForFile (string targetGuid, string fileGuid, string tag);

Parámetros

targetGuid The GUID of the target as returned by [[TargetGuidByName()]].
fileGuid The GUID of the file.
tag The name of the asset tag.

Descripción

Adds an asset tag for the given file.

The asset tags identify resources that will be downloaded via On Demand Resources functionality. A request for a specific tag will initiate the download of all files, configured for that tag.