This version of Unity is unsupported.

PBXProject.SetBaseReferenceForConfig

Declaration

public void SetBaseReferenceForConfig(string configGuid, string baseReference);

Parameters

configGuid The GUID of the build configuration as returned by [[BuildConfigByName()]].
baseReference The GUID of the configuration file to be used as the base reference.

Description

Sets the base configuration reference for the specified build configuration.

If the baseReference parameter is null, the base reference is removed.