codeinversion / sensors-swift

Bluetooth LE Sensor Manager for iOS and macOS
MIT License
54 stars 35 forks source link

Support for first party Combine framework #7

Open edorphy opened 4 years ago

edorphy commented 4 years ago

A great enhancement would be to refresh this library with Combine.

netizen01 commented 4 years ago

Absolutely! Need to maintain backwards compatibility for a while, but we'll get there.

netizen01 commented 4 years ago

Following up:

Combine Availability: iOS 13.0+ macOS 10.15+ Mac Catalyst 13.0+ tvOS 13.0+ watchOS 6.0+

I will look into a v2 of this library this fall with Combine instead of Signals with the release of iOS 14 and macOS 11.

edorphy commented 3 years ago

Any updates? I'm writing my own lib and putting @Published properties all over the place and it works out nicely.

netizen01 commented 2 years ago

Still keeping an eye on this. Now that iOS15 is out I will start a V2 branch where we can work on Combine support.