Skip to content
This repository has been archived by the owner on Mar 14, 2018. It is now read-only.

Replaced icon() with a more complete method icons() #3

Merged
merged 1 commit into from
Jan 8, 2014

Conversation

bastienleonard
Copy link

It returns a hash with an item for every icon found. The key is the full name (e.g. Icon@2x.png), the value is a proc returning the binary content of the file.

Beware that the PNG format used by Apple in these file isn't standard. Here is an example of how to convert it to standard PNG: https://gist.github.com/AquaGeek/4693925.

It returns a hash with an item for every icon found. The key is
the full name (e.g. Icon@2x.png), the value is a proc returning the
binary content of the file.
sjmulder added a commit that referenced this pull request Jan 8, 2014
Replaced icon() with a more complete method icons()
@sjmulder sjmulder merged commit 4326573 into sjmulder:master Jan 8, 2014
@sjmulder
Copy link
Owner

sjmulder commented Jan 8, 2014

Terrific, I’ve been meaning to implement this for ages and you did. Thanks.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants