example 'meshtastic': add iOS BLE background mode key

This commit is contained in:
pls.153 2024-03-01 09:04:09 +01:00
parent 2c80d38dff
commit 5bff9e44eb

View file

@ -47,5 +47,9 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UIBackgroundModes</key>
<array>
<string>bluetooth-central</string>
</array>
</dict>
</plist>