Skip to content

Commit

Permalink
Merge pull request #51 from shankari/add_ble_keys
Browse files Browse the repository at this point in the history
🗃️ Add support for `bluetooth_ble` entries
  • Loading branch information
shankari authored Apr 15, 2024
2 parents 5c19a5c + fd6a3a7 commit 034c20a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
id="cordova-plugin-em-usercache"
version="1.1.8">
version="1.1.9">

<name>UserCache</name>
<description>Cache messages to and from the server so that we can retrieve
Expand Down
1 change: 1 addition & 0 deletions res/android/usercachekeys.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<string name="key.usercache.activity">background/motion_activity</string>
<string name="key.usercache.accelerometer">background/accelerometer</string>
<string name="key.usercache.battery">background/battery</string>
<string name="key.usercache.bluetooth_ble">background/bluetooth_ble</string>
<string name="key.usercache.sensor_config">config/sensor_config</string>
<string name="key.usercache.sync_config">config/sync_config</string>
<string name="key.usercache.consent_config">config/consent</string>
Expand Down
2 changes: 2 additions & 0 deletions res/ios/usercachekeys.plist
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
<string>background/accelerometer</string>
<key>key.usercache.battery</key>
<string>background/battery</string>
<key>key.usercache.bluetooth_ble</key>
<string>background/bluetooth_ble</string>
<key>key.usercache.sensor_config</key>
<string>config/sensor_config</string>
<key>key.usercache.sync_config</key>
Expand Down

0 comments on commit 034c20a

Please sign in to comment.