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

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

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

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.

Detailed Description

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)

Constructor & Destructor Documentation

◆ __init__()

makeprojects.xcode.MakeXCProject.__init__ ( self,
solution )

Init the project generator.

Parameters
solutionProject solution to generate from.

Member Function Documentation

◆ create_directory_tree()

makeprojects.xcode.MakeXCProject.create_directory_tree ( self,
file_references )

Create the directory tree for all files in the project.

Parameters
file_referencesList of all file references to map