Re: Batch build?
Re: Batch build?
- Subject: Re: Batch build?
- From: Marco S Hyman <email@hidden>
- Date: Mon, 3 Aug 2009 15:04:32 -0700
On Aug 3, 2009, at 7:27 AM, Chris Espinosa wrote:
As a shell script:
Or as a Makefile in the project. I use this in one of my
projects:
# Build from the command line
all:
xcodebuild -configuration Release -alltargets
mv build/Release/*.dmg ~/Desktop
clean:
xcodebuild -configuration Release -alltargets clean
xcodebuild -configuration Debug -alltargets clean
Makefile targets are easily added to do various things.
/\/\arc
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden