jordanebelanger / SwiftyBluetooth

Closures based APIs for CoreBluetooth
MIT License
209 stars 66 forks source link

'flatMap' is deprecated #32

Closed Shunwei closed 6 years ago

Shunwei commented 6 years ago

Hey, after update to Xcode 9.3, I noticed that the "flatMap" is deprecated(Central.swift, line 169), can you please make a update by using "compactMap(_:) "

jordanebelanger commented 6 years ago

Ho shieeet, thanks for letting me know

jordanebelanger commented 6 years ago

Fixed on master