Xcode project generation
Xcode project generation
- Subject: Xcode project generation
- From: "Quentin Arnault" <email@hidden>
- Date: Mon, 20 Oct 2008 10:46:19 +0200
Hi,
I'm working on a MacOs X code generator. To simplify I have
an application description in an XML file and I have to generate Mac OS
X project ready to compile. The toughest part is the generation of the
xcodeproj file and more particulary the resource part. Actually, files
located in the xcodeproj are not easy to generate, so I had the idea to
not handle resources directly in the generation but to generate an
Apple Script which will add the resources to the xcodeproj afterward.
As I never used Apple Script I do not know if it could be possible. Any
idea ?
I'm also open to other solutions for this problem. Maybe it is also
possible to not generate an xcodeproj file and to replace it for the
source compilation and linking by a makefile. But I did not find any
information on makefile compilation for Mac OS X projects.
Best regards,
Quentin ARNAULT
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden