onmyway133 / Smile

:smile: Emoji in Swift
https://onmyway133.com/apps/
Other
519 stars 45 forks source link

Fix Swift 4 warnings #9

Closed fbronner closed 6 years ago

fbronner commented 6 years ago

Fixes Swift4 warning about flatMap and characters being deprecated

Francescu commented 6 years ago

Thanks @fbronner for the PR 🎉

I'm not sure the Swift 3 support is meant to be dropped right now. It's up to @onmyway133

onmyway133 commented 6 years ago

I'm 👍 for supporting only Swift 4. The compactMap in the PR is for Swift 4.1, so I think we should bump the .swift-version file. Anyway thanks for the PR @fbronner

onmyway133 commented 6 years ago

@fbronner 🚀