krzysztofzablocki / IconOverlaying

Build informations on top of your app icon.

Home Page:http://twitter.com/merowing_

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overlay gradually gets darker as multiple builds overwrite the previous overlay version.

jaredsinclair opened this issue · comments

First build:

screen shot 2014-08-24 at 9 50 41 pm

Tenth build:

screen shot 2014-08-24 at 9 52 53 pm

This is using Xcode 5.x with an Asset Catalog. The source icon file name is "Icon-60@2x_base.png" per your blog post instructions.

Hey @jaredsinclair,
do you have log messages from the script execution in Xcode build log?
PS. _base icons are no longer needed as script should be able to operate on original icons now

Here's the latest:

screen shot 2014-08-25 at 8 06 28 am

AppIcon60x060@2x.png must be what the Assets Catalog is naming the file. The original image file is named Icon-60@2x_base.png. I've also tried Icon-60@2x.png, which yielded the same results.

I neglected to mention this bug is also present on the sample project in this repo. Same behavior from what I can tell.

I'm also having the same issue. Any possible solution or workarounds?

Should be solved by my last commit current head, @jaredsinclair @rad182 could you confirm?

Confirmed, it is solved using the last version (86c4e82) great job!

Awesome 👍