PBXProject.AddAssetTagToDefaultInstall

Switch to Manual
public void AddAssetTagToDefaultInstall (string targetGuid, string tag);

Parameters

targetGuidThe GUID of the target as returned by [[TargetGuidByName()]].
tagThe name of the asset tag.

Description

Adds the asset tag to the list of tags to download during initial installation.

The function does nothing if there are no files that use the given asset tag across the project.