Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RxBluetoothKit 5.1.2 - Deployment target is iOS 10 #275

Closed
Drusy opened this issue Jun 28, 2018 · 2 comments
Closed

RxBluetoothKit 5.1.2 - Deployment target is iOS 10 #275

Drusy opened this issue Jun 28, 2018 · 2 comments

Comments

@Drusy
Copy link

Drusy commented Jun 28, 2018

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

Expected behavior
Documentation says iOS 8.0+

Environment:

  • Library version 5.1.2
  • Swift version 4.1
@Drusy
Copy link
Author

Drusy commented Jun 28, 2018

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
Copy link
Contributor

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants