Re: Applescript support in Xcode4
Re: Applescript support in Xcode4
- Subject: Re: Applescript support in Xcode4
- From: dmarkman <email@hidden>
- Date: Wed, 22 Jun 2011 21:41:09 +0000 (GMT)
Hi Steven,
I don't need AppleScript to build
I need applescript to generate Xcode4 project
so some developers will be able to use Xcode debugger to debug, browse the code e.t.c.
project I generated uses our build infrastructure (based on Makefile(s) )
that infrastructure works in the uniform way for Linux/Mac OS X/Windows architectures
we also have extensive set of tools to analize (preprocess, assemble, lint e.t.c.) every individual file
BTW, it's just amazing to see that Xcode4 doesn't have buil-in support for preprocessing and assembling for individual files
and Apple calls it modern IDE?!
it also doesn't support compiling for individual file (and THAT is REALLY NICE :-( )
so I was using User Scripts for that, but since Xcode 4 dropped support for UserScripts either (surprise :-) )
I managed to create system services that do the similar things
also Xcode dropped support for CVS and perforce (that only SCM systems we support)
CVS/perforce may be bad but use base of that systems is huge and will be huge in the foreseeable future
so dropping support for those systems is another weird Apple's move.
so I'm working on system services that will invoke all necessary command
to SCM system
thanks
Dmitry Markman, PhD
On Jun 22, 2011, at 05:11 PM, Steven Fransen <email@hidden> wrote:
So why do you need the applescript to build then?
If you want to do something with Script UI you can use
UI Browser and or Script Debugger
both are your best tools for Script UI scripting.
Steven Fransen
On 6/22/11 2:08 PM, "dmarkman" <email@hidden> wrote:
Hi Steven,
thank you very much for your answer
but we already are using command line tools for building on linux(32/64), mac os x (64) and windows (32/64)
some of our developers like to work with Xcode IDE
otherwise I wouldn't care less (bbedit is very good for me :-)) )
thanks again
Dmitry Markman, PhD
On Jun 22, 2011, at 03:55 PM, Steven Fransen <email@hidden> wrote:
Dmitry Markman ,
Just use the command line to do all you build
xcodebuild
if you need help I can help you.
I build 100’s of projects everyday hands free.
Steven Fransen
_______________________________________________
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