PBXProject.AddAssetTagForFile

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

Parámetros

targetGuidThe GUID of the target as returned by [[TargetGuidByName()]].
fileGuidThe GUID of the file.
tagThe 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.