I know that this project mainly meant to be used in read-modify-write fashion. Is there anything in particular stopping us from actually creating projects from scratch?
When I'm just trying to create XcodeProject instance directly by doing prj = XcodeProject() I get crash on for k, v in self.objects.iteritems(): here with objects being NoneType. It's probably just a minor thing :) Should I expect anything major?
PS. This sort of feature is useful for project generators in build systems :)
I know that this project mainly meant to be used in read-modify-write fashion. Is there anything in particular stopping us from actually creating projects from scratch?
When I'm just trying to create XcodeProject instance directly by doing
prj = XcodeProject()I get crash onfor k, v in self.objects.iteritems():here with objects being NoneType. It's probably just a minor thing :) Should I expect anything major?PS. This sort of feature is useful for project generators in build systems :)