Method: Xcodeproj::Project::Object::XCConfigurationList#default_configuration_name

Defined in:
lib/xcodeproj/project/object/configuration_list.rb

#default_configuration_nameString

Returns the name of the default configuration. Usually Release. Xcode exposes this attribute as the configuration for the command line tools and only allows to set it at the project level.

Returns:

  • the name of the default configuration. Usually Release. Xcode exposes this attribute as the configuration for the command line tools and only allows to set it at the project level.



21
# File 'lib/xcodeproj/project/object/configuration_list.rb', line 21

attribute :default_configuration_name, String, 'Release'