|
Makeprojects
|
Root object for an XCode IDE project file. More...


Public Member Functions | |
| __init__ (self, solution) | |
| Init the project generator. | |
| addxcbuildconfigurationlist (self, configuration, configfilereference, owner, installpath) | |
| Add a new configuration list. | |
| create_directory_tree (self, file_references) | |
| Create the directory tree for all files in the project. | |
Public Attributes | |
| solution = solution | |
| Parent solution. | |
Root object for an XCode IDE project file.
Created with the name of the project, the IDE code (xc3, xc5) the platform code (ios, osx)
| makeprojects.xcode.MakeXCProject.__init__ | ( | self, | |
| solution ) |
Init the project generator.
| solution | Project solution to generate from. |
| makeprojects.xcode.MakeXCProject.create_directory_tree | ( | self, | |
| file_references ) |
Create the directory tree for all files in the project.
| file_references | List of all file references to map |