PrideChung / FontAwesomeKit

Icon font library for iOS. Currently supports Font-Awesome, Foundation icons, Zocial, and ionicons.
MIT License
2.81k stars 307 forks source link

FontAwesome 4.4 Doesn't Have Balance Icon in Cocoapods version #72

Open osolano opened 8 years ago

osolano commented 8 years ago

Hello,

In the new FontAwesome 4.4 set, there is a balance-scale icon that was introduced but it is not available in your kit. http://fontawesome.io/icon/balance-scale/ Could you add this?

Regards, Oliver

top2tech commented 8 years ago

Actually the following icons are also missing:

commentingOIconWithSize diamondIconWithSize blackTieIconWithSize userSecretIconWithSize streetViewIconWithSize

I happen to use them, so I find it out, I believe there are more that are missing, looks like there is some serious bug somewhere?

top2tech commented 8 years ago

false alarm.

It's because Cocoapod is not updated. I was using the library directly from this git, then I switched to cocoapod, then some of icons are missing, as cocoapod has not been updated for about 1 year.

After I switch back to git, it works fine.

@osolano , the balance-scale is there in this git, could you try if the same thing happened to you?

osolano commented 8 years ago

@top2tech yup, it is there in git. I'm using git version now instead of cocoapods. thanks!

osolano commented 8 years ago

adjusted title since icons are only right now missing in latest cocoapods version 2.2.0

ecdfeaa2 commented 8 years ago

If you want to use the latest version of FontAwesomeKit in Cocoapods, you should use pod 'FontAwesomeKit', git: 'https://github.com/PrideChung/FontAwesomeKit.git'