@@ -457,6 +457,18 @@
}
},
+ "NSCalendarsFullAccessUsageDescription" : {
+ "comment" : "Privacy - Calendars Full Access Usage Description",
+ "extractionState" : "extracted_with_value",
+ "localizations" : {
+ "en" : {
+ "stringUnit" : {
+ "state" : "new",
+ "value" : "To create events with BG reading values, so that they can be viewed on Apple Watch and CarPlay"
+ }
+ },
"NSCalendarsUsageDescription" : {
"comment" : "Privacy - Calendars Usage Description",
"extractionState" : "extracted_with_value",
@@ -326,7 +326,7 @@ final class BaseWatchManager: NSObject, WCSessionDelegate, Injectable, WatchMana
glucoseLast = glucoseLast.asMmolL
glucoseSecondLast = glucoseSecondLast.asMmolL
-
+
let deltaValue = glucoseLast - glucoseSecondLast
let formattedDelta = Formatter.glucoseFormatter(for: self.units)
.string(from: deltaValue as NSNumber) ?? "0"