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

Icon name fix for '@2x_build.png' to '_build@2x.png' #5

Closed afnanahmad closed 10 years ago

adamwaite commented 10 years ago

Hi, I totally changed the implementation so this is not longer relevant. You're suggestion is reflected in the update, thanks.

afnanahmad commented 10 years ago

No worries, your work is great. I like the project hierarchy generation method to create xcode project that you had in this repo. You should consider making that as another project.

adamwaite commented 10 years ago

I will definitely consider it for myself as much as anything - I get sick of doing the same thing every time. I'll write this when I start my next project. It'll probably be distributed as a gem too. I'll let you know.