home-assistant / Iconic

:art: Auto-generated icon font library for iOS, watchOS and tvOS
Apache License 2.0
1.58k stars 86 forks source link

Multi font + Swifty #25

Closed connectdotz closed 8 years ago

connectdotz commented 8 years ago

addressing #23, #24, #2 and maybe #13 (haven’t thoroughly tested yet).

You can see the newly generated font file format in Samples/Pods/Iconic/Source/FontAwesomeIcon.swift

Also moved catalog hierarchy.

Changed Sample swift controllers to use the new style API.

Decided not to introduce new env variable for multi-font, instead the Iconizer.sh is smart enough to check if the path is a ttf file or directory, and act accordingly for multi-fonts.

connectdotz commented 8 years ago

shoot... didn't update the tests yet... cancel this for now until I fix the tests...

dzenbot commented 8 years ago

I love the idea to make the Iconizer smart about detecting a file or directory path. I gave it a quick glance and all this looks great 💪