Version: 2018.4
public void RemoveAssetTagForFile (string targetGuid, string fileGuid, string tag);

パラメーター

targetGuid[[TargetGuidByName()]] によって取得できる target の GUID
fileGuidThe GUID of the file.
tagThe name of the asset tag.

説明

Removes an asset tag for the given file.

This function does nothing if the file is not configured for building in the given target, or if the asset tag is not present in the list of asset tags configured for file. If the file was the last file referring to the given tag across the Xcode project, then the tag is removed from the list of known tags.