PBXProject.RemoveBuildConfig

Cambiar al Manual
public void RemoveBuildConfig (string name);

Parámetros

nameThe name of the build configuration.

Descripción

Removes all build configurations with the given name from all targets in the project.

The number and names of the build configurations is a project-wide setting. Each target has the same number of build configurations and the names of these build configurations is the same. The function does nothing if the build configuration with the specified name does not exist.