LiveUI / Awesome

FontAwesome 6 Swift & SwiftUI implementation for iOS, tvOS & macOS
MIT License
97 stars 27 forks source link

Font Awesome 5 Pro #6

Closed ibeleliev closed 6 years ago

ibeleliev commented 6 years ago

I have a question. If I buy the Pro license of Font Awesome, will I be able to use pro icons with your library ? Like if i copy and paste the fonts inside the Assets folder or I must do something else.

rafiki270 commented 6 years ago

I got the pro livense as well, just need to generate the enums for it. Will try to do it this weekend. Watch this place :)

ibeleliev commented 6 years ago

Great news ! Thanks for the fast reply :)

ghowen commented 6 years ago

Following, as I would love (!) to see this too. Any update on the progress? Thanks!

rafiki270 commented 6 years ago

@ghowen I'll try this week, sorry it's taking so long, the work is crazy :(

padarom commented 6 years ago

I'll gladly have a look and try to implement this if you're too busy.

What I like about this library currently is that autocomplete only suggests icons that you can access (i.e. free icons). When pro icons are also available, there's no way of knowing anymore which icons are free and which require a license. Does it make sense in that case to add an additional enum such as Awesome.pro, which works the same as Awesome, but with the additional icons (and thin type), or do we want to lose the knowledge about which icons are pro and which aren't?

rafiki270 commented 6 years ago

@padarom I was planning to do the following:

I am happy to give you read access to the generator if you'd like to poke around a bit, also happy to explain how it all works on our slack

padarom commented 6 years ago

Sure, I'd love to.

rafiki270 commented 6 years ago

Released