ranesr / SwiftIcons

🎢Swift Library for Font Icons - ★ this library

Home Page:https://ranesr.github.io/SwiftIcons/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move icons to different pods

olcayertas opened this issue · comments

While compiling my project copying icons take too much time especially Dripicons.ttf which I don't use. I only use FontAwesomeSolid.ttf. Is it possible to move icons to different pods so we can opt out like:

pod 'SwiftIcons', '~> 2.3.2'
pod 'SwiftIcons/FontAwesomeSolid'

This is especially painful with XCode 10.2 in release build. It takes so long that it looks like an XCode bug.

On Xcode 10.2 this kind of breaks my Travis build because it's taking too long. Is there a workaround?

On Xcode 10.2 this kind of breaks my Travis build because it's taking too long. Is there a workaround?

Well, we just removed the pod and included the font directly (we used only FontAwesome icons).