Re: Xcode Plugin API
Re: Xcode Plugin API
- Subject: Re: Xcode Plugin API
- From: Graham J Lee <email@hidden>
- Date: Mon, 25 Feb 2008 22:02:32 +0000
On 25-Feb-08, at 15:34 , Chris Hanson wrote:
Also, it might be worth telling the list what you'd like to do --
it's possible to do many things in Xcode by leveraging its built-
in mechanisms for build rules, script build phases and the like,
without the need to actually run in the same process and interface
with Xcode's internals.
I would like a tool to convert Microsoft Resource files (.RC) to a
close as possible NIB file
Hi Bill,
I think you could do that with a standard command-line tool, and use
a Shell Script build phase in Xcode to invoke it, which you can even
tell about the inputs/outputs so it's only done when necessary. In
which case Xcode's plugin API is "all of UNIX" :-)
Thanks,
Graham.
_______________________________________________
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