Polidea / RxBluetoothKit

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

RxBluetoothKit 5.1.2 - Deployment target is iOS 10 #275

Closed Drusy closed 6 years ago

Drusy commented 6 years ago

Describe the bug Deployment target is iOS 10 in RxBluetoothKit v5.1.2

Expected behavior Documentation says iOS 8.0+

Environment:

Drusy commented 6 years ago

In the framework (compiled with Carthage), the generated Info.plist file now shows:

<key>MinimumOSVersion</key>
<string>10.0</string>

When is was previously

<key>MinimumOSVersion</key>
<string>8.0</string>
pouljohn1 commented 6 years ago

Yeah, it looks like I've changed it by mistake when I've been adding PeripheralManager. Will release new version with minimum 8.0 today.

Thanks for reporting!