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

IPA file doesn't contains decorated icons #4

Closed afnanahmad closed 10 years ago

afnanahmad commented 11 years ago

While I run the 'rake' command on CL, it builds the ipa and build when ipa installs on device it doesn't have the decorated icon.

adamwaite commented 11 years ago

Apologies but I'm silly busy with work at the moment so haven't the time to fix this right now. I know what needs to be done though. In decorate_icon.rb you will want to write the new file name of the decorated icon into icon section of the app's main info plist before the xcode_build task runs. Feel free to make a pull request and I'll merge it if you manage to get it working. If not, I'll have a look at this when I get the time. Thanks for the heads up.

adamwaite commented 10 years ago

Fixed!