manolofdez / AsyncBluetooth

A small library that adds concurrency to CoreBluetooth APIs.
MIT License
160 stars 30 forks source link

Support iOS 14.0+ and macOS 11.0+ #2

Closed shu223 closed 2 years ago

shu223 commented 2 years ago

Now async/await APIs can be used even in iOS 13 and macOS Catalina with Xcode 13.2. AsyncBluetooth uses Logger and it can be used in iOS 14.0+/macOS 11.0+, so, I set these versions.