We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Deployment target is iOS 10 in RxBluetoothKit v5.1.2
Expected behavior Documentation says iOS 8.0+
Environment:
The text was updated successfully, but these errors were encountered:
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>
Sorry, something went wrong.
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.
PeripheralManager
Thanks for reporting!
No branches or pull requests
Describe the bug
Deployment target is iOS 10 in RxBluetoothKit v5.1.2
Expected behavior
Documentation says iOS 8.0+
Environment:
The text was updated successfully, but these errors were encountered: