Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move icons to different pods #56

Open
olcayertas opened this issue Mar 28, 2019 · 3 comments
Open

Move icons to different pods #56

olcayertas opened this issue Mar 28, 2019 · 3 comments

Comments

@olcayertas
Copy link

olcayertas commented Mar 28, 2019

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'
@DesmanLead
Copy link

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

@Mau04
Copy link

Mau04 commented May 8, 2019

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

@DesmanLead
Copy link

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).

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

No branches or pull requests

3 participants