Fix MacOS build by adding a bluetooth usage description

This commit is contained in:
Albert Vaca Cintora 2024-09-12 16:13:00 +02:00
parent 2c572cf32c
commit 5af9a33710
No known key found for this signature in database

View file

@ -30,6 +30,8 @@
<true/> <true/>
<key>NSHumanReadableCopyright</key> <key>NSHumanReadableCopyright</key>
<string>${MACOSX_BUNDLE_COPYRIGHT}</string> <string>${MACOSX_BUNDLE_COPYRIGHT}</string>
<key>NSBluetoothAlwaysUsageDescription</key>
<string>Bluetooth is an alternative to WiFi to pair your device</string>
<key>LSUIElement</key> <key>LSUIElement</key>
<string>1</string> <string>1</string>
<key>NSHighResolutionCapable</key> <key>NSHighResolutionCapable</key>