Smile icon indicating copy to clipboard operation
Smile copied to clipboard

:smile: Emoji in Swift

Results 8 Smile issues
Sort by recently updated
recently updated
newest added

Consider πŸ‘©πŸ»β€β€οΈβ€πŸ’‹β€πŸ‘¨πŸΌ, which is formed of - πŸ‘© (woman) - Light Skin Tone - ZERO WIDTH JOINER - HEAVY BLACK HEART - VARIATION SELECTOR-16 - ZERO WIDTH JOINER - πŸ’‹...

It seems like just appending a skin tone modifier from `Smile.Sequence.SkinTone` does not work for all emojis, so how do I know when to do this?

I did the `pod install` and I am getting ```swift import Smile Smile.isEmojiOnly(message.value) ``` Module 'Smile' has no member 'isEmojiOnly'

// swift-tools-version:5.1 // The swift-tools-version declares the minimum version of Swift required to build this package. import PackageDescription let package = Package( name: "Smile", platforms: [ .macOS(.v10_15), ], products: [...

The pod is taking too long to build after upgrading to Swift 5. From the output below it takes about 20 minutes and this is just the best case. It...

There is a strange behavior where the man_juggling from the `emojiCategories` isn't recognized as an emoji using `isEmoji` and doesn't any values in the `emojiList` when I do a CTRL-F...

Some emoji are in the Emoji.swift but missing from the categories, for example, 🀩(starstruck)

For example: β°βŒ›οΈπŸ’³πŸ†™... I suggest to update _switch_: ``` switch value { case 0x1F600...0x1F64F, 0x1F300...0x1F5FF, 0x1F680...0x1F6FF, 0x1F1E6...0x1F1FF, 0x2600...0x26FF, 0x2700...0x27BF, 0xFE00...0xFE0F, 0x1F900...0x1F9FF, 65024...65039, 8400...8447, 9100...9300, 127000...127600: return true default: return false...