|
Makeprojects
|
Each PBXSourcesBuildPhase entry. More...


Public Member Functions | |
| __init__ (self, owner) | |
| Init PBXSourcesBuildPhase. | |
| append_file (self, item) | |
| Append a file uuid and name to the end of the list. | |
| generate (self, line_list, indent=0) | |
| Write this record to output. | |
Public Attributes | |
| files = files | |
| JSONArray of files. | |
| owner = owner | |
| Owner object. | |
| list | buildfirstlist = [] |
| List of files to build first. | |
| list | buildlist = [] |
| List of file to build later. | |
Each PBXSourcesBuildPhase entry.
| makeprojects.xcode.PBXSourcesBuildPhase.__init__ | ( | self, | |
| owner ) |
Init PBXSourcesBuildPhase.
| owner | Parent object |