From 6a75df46d109d2e1b2573d4cb5e6f1fe1a73738f Mon Sep 17 00:00:00 2001 From: Gordon Williams Date: Tue, 2 Jan 2024 15:05:29 +0000 Subject: [PATCH] ios 0.16: Always request Current Time service from iOS --- apps/ios/ChangeLog | 3 ++- apps/ios/boot.js | 1 + apps/ios/metadata.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/apps/ios/ChangeLog b/apps/ios/ChangeLog index 2f7df414c..a6622b10d 100644 --- a/apps/ios/ChangeLog +++ b/apps/ios/ChangeLog @@ -13,4 +13,5 @@ 0.13: Making ANCS message receive more resilient (#2402) 0.14: Add settings page, allow time sync Allow negative/positive actions to pass through to message GUI -0.15: Enable calendar and weather updates via custom notifications (via shortcuts app) \ No newline at end of file +0.15: Enable calendar and weather updates via custom notifications (via shortcuts app) +0.16: Always request Current Time service from iOS \ No newline at end of file diff --git a/apps/ios/boot.js b/apps/ios/boot.js index 810e66701..b3d624eca 100644 --- a/apps/ios/boot.js +++ b/apps/ios/boot.js @@ -1,4 +1,5 @@ bleServiceOptions.ancs = true; +bleServiceOptions.cts = true; if (NRF.amsIsActive) bleServiceOptions.ams = true; // amsIsActive was added at the same time as the "am" option Bangle.ancsMessageQueue = []; diff --git a/apps/ios/metadata.json b/apps/ios/metadata.json index 21e609ea9..52e991e46 100644 --- a/apps/ios/metadata.json +++ b/apps/ios/metadata.json @@ -1,7 +1,7 @@ { "id": "ios", "name": "iOS Integration", - "version": "0.15", + "version": "0.16", "description": "Display notifications/music/etc from iOS devices", "icon": "app.png", "tags": "tool,system,ios,apple,messages,notifications",