☠️ 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
Now buildkit uses some kind of 'magic' strings like
BUILD SUCCEEDED
orTEST SUCCEDED
.Probably it's possbible to use
xcodebuild's
exit code for that.