Skip to content

Commit

Permalink
Fix BLE support in macOS info.plist (#1542)
Browse files Browse the repository at this point in the history
  • Loading branch information
coral authored Jun 17, 2024
1 parent 1f233a8 commit 82c551b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/Info.plist.in
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@
<key>NSCameraUsageDescription</key>
<string>ossia score needs camera permission for video input.</string>

<key>NSBluetoothAlwaysUsageDescription</key>
<string>ossia score needs bluetooth permission for the BLE device.</string>

<key>CFBundleDocumentTypes</key>
<array>
<dict>
Expand Down

0 comments on commit 82c551b

Please sign in to comment.