From 473dcfeae8d0f4c72489e66172183b493f53b8a2 Mon Sep 17 00:00:00 2001 From: Yauheni Pakala Date: Tue, 30 Jan 2024 16:50:38 +0100 Subject: [PATCH] nit: Fix macOS permissions doc section --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aa4ba2d7..610c04b2 100644 --- a/README.md +++ b/README.md @@ -552,7 +552,9 @@ In the **ios/Runner/Info.plist** let’s add: For location permissions on iOS see more at: [https://developer.apple.com/documentation/corelocation/requesting_authorization_for_location_services](https://developer.apple.com/documentation/corelocation/requesting_authorization_for_location_services) -And in Xcode, add access to Bluetooth hardware: +### Add permissions for macOS + +Make sure you have granted access to the Bluetooth hardware: `Xcode -> Runners -> Targets -> Runner-> Signing & Capabilities -> App Sandbox -> Hardware -> Enable Bluetooth`