Re: Xcode project generation
Re: Xcode project generation
- Subject: Re: Xcode project generation
- From: Andrew Pontious <email@hidden>
- Date: Mon, 20 Oct 2008 16:54:08 -0700
I believe it's possible to add files to an Xcode project through
AppleScript. You'll need to learn AppleScript: you can start at: http://www.apple.com/applescript/
What I would suggest is that you have an empty Xcode project that you
have stored somewhere, and you copy it to the location where you need
to generate an Xcode project, and use AppleScript to add the necessary
files and targets to the project.
Search in previous posts to xcode-users for AppleScript here -- http://search.lists.apple.com/
-- to get a few pointers on the best way to us AppleScript for these
things.
-- Andrew
On Oct 20, 2008, at 1:46 AM, Quentin Arnault wrote:
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
_______________________________________________
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