Each PBXNative entry.
More...
|
| | __init__ (self, parent, name, productreference, productname, producttype, build_rules) |
| | Init PBXNativeTarget.
|
| | add_build_phase (self, build_phase) |
| | Append a Buildphase target.
|
| | add_dependency (self, target_dependency) |
| | Append a dependency.
|
|
| set_config_list (self, config_list_reference) |
| | Attach a configuration list.
|
|
| generate (self, line_list, indent=0) |
| | Write this record to output.
|
|
| | build_config_list |
| | JSONEntry of configurations.
|
|
| build_phases = JSONArray("buildPhases") |
| | JSONArray of build phases.
|
|
| build_rules = JSONArray("buildRules") |
| | JSONArray of build rules.
|
|
| dependencies = JSONArray("dependencies") |
| | JSONArray of dependencies.
|
|
| parent = parent |
| | Objects record (Parent)
|
|
| target_name = name |
| | Name of the target.
|
◆ __init__()
| makeprojects.xcode.PBXNativeTarget.__init__ |
( |
| self, |
|
|
| parent, |
|
|
| name, |
|
|
| productreference, |
|
|
| productname, |
|
|
| producttype, |
|
|
| build_rules ) |
Init PBXNativeTarget.
- Parameters
-
| parent | Parent object |
| name | Name of the Native target |
| productreference | Reference to the object being built |
| productname | Name of the project being built |
| producttype | Type of product being built |
| build_rules | Build_rules reference |
◆ add_build_phase()
| makeprojects.xcode.PBXNativeTarget.add_build_phase |
( |
| self, |
|
|
| build_phase ) |
Append a Buildphase target.
- Parameters
-
| build_phase | Build phase object |
◆ add_dependency()
| makeprojects.xcode.PBXNativeTarget.add_dependency |
( |
| self, |
|
|
| target_dependency ) |
Append a dependency.
- Parameters
-
| target_dependency | Target to depend on. |
◆ build_config_list
| makeprojects.xcode.PBXNativeTarget.build_config_list |
Initial value:= JSONEntry(
"buildConfigurationList",
("Build configuration list "
"for PBXNativeTarget \"{}\"").format(name),
enabled=False)
JSONEntry of configurations.