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 and samamou committed Sep 4, 2024
1 parent 24c2bb3 commit 9af19b3
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 9af19b3

Please sign in to comment.