• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Batch build?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >Batch build? (From: Lennart Thelander <email@hidden>)
 >Re: Batch build? (From: Chris Espinosa <email@hidden>)

  • Prev by Date: Re: SQLite shipping with Leopard?
  • Next by Date: Re: how to debug an executable file with arguments
  • Previous by thread: Re: Batch build?
  • Next by thread: Re: Batch build?
  • Index(es):
    • Date
    • Thread