Skip to content

Commit c7d60a9

Browse files
committed
Add bluetooth-central UIBackgroundModes to macOS plist
1 parent da2580e commit c7d60a9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

assets/macos/Info.plist

+4
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,9 @@
3232
<string>toolBLEx connects to Bluetooth Low Energy sensors.</string>
3333
<key>NSBluetoothPeripheralUsageDescription</key>
3434
<string>toolBLEx connects to Bluetooth Low Energy sensors.</string>
35+
<key>UIBackgroundModes</key>
36+
<array>
37+
<string>bluetooth-central</string>
38+
</array>
3539
</dict>
3640
</plist>

0 commit comments

Comments
 (0)