adamwaite / iOS-Build-Kit

☠️ BuildKit is a modular command line interface for automating iOS project builds. Bundled build tasks include: Increment app version • Xcode build • Overlay version number on icon files • Run unit tests • Create .ipa artefact.
MIT License
568 stars 54 forks source link

Add "clean before build" option to xcodebuild task #15

Closed delebedev closed 10 years ago

delebedev commented 10 years ago

that will be very handy, IMHO

adamwaite commented 10 years ago

Yeah, i'll do that right now

delebedev commented 10 years ago

@adamwaite please take a look to my PR first :)

adamwaite commented 10 years ago

Merged

adamwaite commented 10 years ago

Added clean option.