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

Modify example config by removing absolute paths #10

Closed delebedev closed 10 years ago

adamwaite commented 10 years ago

Thanks for this. I'll review this evening and merge if everything's ok.

adamwaite commented 10 years ago

Looks like the paths thing is broken with this fork. I'll merge if you manage to fix that, or remove it in favour of the old absolute path implementation. Thanks.