Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

sujithkrishnan

macrumors 6502
Original poster
May 9, 2008
265
0
Bangalore
Hi all,

I posted a question regarding makefile for iPhone app and i got some links. However it didnt worked out well for me.

Did any one created or tried out simple makefile for iPhone app?
How to configure it?

Or can we build iPhone app using ant (External build system) or apple script ?
I think its possible, but i want a snippet which demonstrate the same.


The requirement is that I want to fetch some files from a server and use that files to build the app. Now i "curl" the files and copy it to my mac and build using Xcode. Can i combine the process anyway?
 
You can add script calls to the XCode make process. That's really simple. I did it for creation of my SQLite database. You will find examples by Google (can't access my code currently)
 
You can add script calls to the XCode make process. That's really simple. I did it for creation of my SQLite database. You will find examples by Google (can't access my code currently)

Can you briefly describe how it can done?
Is it through the build configuration?
Any kind of inputs are appreciated.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.