Skip to content

Commit

Permalink
Add bluetooth-central UIBackgroundModes to macOS plist
Browse files Browse the repository at this point in the history
  • Loading branch information
emericg committed Dec 16, 2023
1 parent 2c6b4e5 commit b7ccafb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/macos/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,9 @@
<string>WatchFlower connects to Bluetooth Low Energy sensors.</string>
<key>NSBluetoothPeripheralUsageDescription</key>
<string>WatchFlower connects to Bluetooth Low Energy sensors.</string>
<key>UIBackgroundModes</key>
<array>
<string>bluetooth-central</string>
</array>
</dict>
</plist>

0 comments on commit b7ccafb

Please sign in to comment.