Re: XCode build command for XCode 2.2 and above

2007-01-23 Thread Joe Little
On 1/23/07, Tanmoy Roy <[EMAIL PROTECTED]> wrote: Hi all, I am looking for the xcodebuild command for building a WO application in XCode 2.2.1. Our application uses .properties file with localized texts. We used to build our app. with the following coomand: xcodebuild install -buildstyle Deploym

XCode build command for XCode 2.2 and above

2007-01-23 Thread Tanmoy Roy
Hi all, I am looking for the xcodebuild command for building a WO application in XCode 2.2.1. Our application uses .properties file with localized texts. We used to build our app. with the following coomand: xcodebuild install -buildstyle Deployment DSTROOT=$HOME/ This command used to work just