Makeprojects
Loading...
Searching...
No Matches
makeprojects.xcode.XCConfigurationList Class Reference

Each XCConfigurationList entry. More...

Inheritance diagram for makeprojects.xcode.XCConfigurationList:
Collaboration diagram for makeprojects.xcode.XCConfigurationList:

Public Member Functions

 __init__ (self, pbxtype, targetname)
 Init XCConfigurationList.
 generate (self, line_list, indent=0)
 Write this record to output.

Public Attributes

 build_configurations = JSONArray("buildConfigurations")
 Build configurations.
 default_config
 Default configuration.
 pbxtype = pbxtype
 Type of project builder.
 targetname = targetname
 Name of this target.
list configuration_list = []
 Configations.

Detailed Description

Each XCConfigurationList entry.

Constructor & Destructor Documentation

◆ __init__()

makeprojects.xcode.XCConfigurationList.__init__ ( self,
pbxtype,
targetname )

Init XCConfigurationList.

Parameters
pbxtypeProject type
targetnameName of the target

Member Data Documentation

◆ default_config

makeprojects.xcode.XCConfigurationList.default_config
Initial value:
= JSONEntry(
"defaultConfigurationName", value="Release")

Default configuration.