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

Use more reliable mechanism to determine if build/test was failed #11

Closed delebedev closed 10 years ago

delebedev commented 10 years ago

Now buildkit uses some kind of 'magic' strings like BUILD SUCCEEDED or TEST SUCCEDED.

Probably it's possbible to use xcodebuild's exit code for that.

adamwaite commented 10 years ago

fixed with https://github.com/adamwaite/iOS-Build-Kit/pull/14

adamwaite commented 10 years ago

Goes from 0 exit code now. https://github.com/adamwaite/iOS-Build-Kit/issues/16