Polidea / RxBluetoothKit

iOS & OSX Bluetooth library for RxSwift
Apache License 2.0
1.41k stars 365 forks source link

Correct Min MacOS version for CoreBluetooth Framework #379

Closed walkerben closed 4 years ago

walkerben commented 4 years ago

'CBCentralManagerRestoredStatePeripheralsKey' is only available in macOS 10.13 or newer

CBCentralManagerRestoredStatePeripheralsKey is used in CentralManagerRestoredState.swift. Currently, compiling for macOS causes errors because the min macOS version is set to 10.10 and CBCentralManagerRestoredStatePeripheralsKey is not available.

CLAassistant commented 4 years ago

CLA assistant check
All committers have signed the CLA.