XCode Build Script Question
I am building an application that pulls train schedules from the internet and saves them into a database for off line usage. Everytime I build the application I would like to launch an external application that would update the database before the app I'm building is ever launched so that user have the latest database when they download the application. I will also have an updating system built into the app.
So my question, how can I have my build script launch an app to update the database and have the built script wait until the app is finished before it copies the database to the debug/release directory
|