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

Correct Min MacOS version for CoreBluetooth Framework #379

Merged
merged 2 commits into from
Aug 28, 2020

Conversation

walkerben
Copy link
Contributor

'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.

'CBCentralManagerRestoredStatePeripheralsKey' is only available in macOS 10.13 or newer
@CLAassistant
Copy link

CLAassistant commented Aug 28, 2020

CLA assistant check
All committers have signed the CLA.

Copy link
Collaborator

@minixT minixT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for finding this.

@minixT minixT merged commit e9f46b5 into Polidea:master Aug 28, 2020
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

Successfully merging this pull request may close these issues.

3 participants