Skip to content

Commit

Permalink
nit: Fix macOS permissions doc section
Browse files Browse the repository at this point in the history
  • Loading branch information
wcoder authored and chipweinberger committed Jan 30, 2024
1 parent 9d19e0a commit 473dcfe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit 473dcfe

Please sign in to comment.