Re: Calling a script with Xcode 4

2011-10-05 Thread Jens Alfke
On Oct 5, 2011, at 6:18 PM, cptkrf wrote: > In Xcode 3, I would put the scripts and data in (jobfolder)/build/debug and > call it, as with --- int result = system("./perlscript.pl"); Worked fine. That may have worked, but it’s kind of bass-ackwards, if you’ll excuse my French. The build/ fol

Calling a script with Xcode 4

2011-10-05 Thread cptkrf
Greetings everyone. I started learning Xcode a while ago and managed to bootstrap myself to a position to actually be able to write some code that works. Xcode isn't exactly a beginner friendly suite, to say the least, but with some patience it can be learned. Then I got a new Macbook and it