Re: iPhone development without using the Xcode IDE

2010-04-27 Thread Daniel Pasco
As far as building from the command line is concerned, you can build your project without the IDE via the xcodebuild. There's also a similar tool for running Package Maker. These are useful for automated builds. If you're looking at using Makefiles, configure and similar tools, I wouldn't bot

iPhone development without using the Xcode IDE

2010-04-27 Thread Dominic Dauer
Hi all, I have the question whether it is possible to develop iPhone Apps without the use of the Xcode IDE. For example you could use the classic unix development tools manually, instead of using them full automatic by pressing the "build and run" button. It is just curiosity which brings me to