(macOS) Added a NSBluetoothAlwaysUsageDescription key to the Info.plist file

This commit is contained in:
Leon Styhre 2025-02-26 17:51:01 +01:00
parent 1d493bfa5d
commit dd8177a8c2

View file

@ -38,6 +38,8 @@
<string>NSApplication</string> <string>NSApplication</string>
<key>NSMainNibFile</key> <key>NSMainNibFile</key>
<string>ES-DE</string> <string>ES-DE</string>
<key>NSBluetoothAlwaysUsageDescription</key>
<string>ES-DE checks the status of the Bluetooth adapter in order to display the corresponding system status indicator on screen</string>
<key>NSHumanReadableCopyright</key> <key>NSHumanReadableCopyright</key>
<string>Copyright (c) 2024-2025 Northwestern Software AB <string>Copyright (c) 2024-2025 Northwestern Software AB
Copyright (c) 2020-2024 Leon Styhre Copyright (c) 2020-2024 Leon Styhre