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

Allow requesting Bluetooth permission #457

Merged
merged 1 commit into from
Feb 4, 2022
Merged

Conversation

dlech
Copy link
Contributor

@dlech dlech commented Jan 10, 2022

Command line programs that use CoreBluetooth will crash with SIGABRT if this is not included in info.plist. The message doesn't seem to actually be shown, but CentralManager.didUpdateState: will be called with the state set to CBManagerStateUnauthorized unless the users enables Bluetooth permission in System Preferences.

Command line applications that use CoreBluetooth will crash with SIGABRT if this is not present in info.plist.
@gnachman
Copy link
Owner

gnachman commented Feb 4, 2022

LOL apple didn't document this as supported on macOS but I guess it is…sorry for the delay in getting to this PR, looks safe to merge.

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