Skip to content

Commit 04ad04d

Browse files
committed
Xcode fixems
1 parent dc1e669 commit 04ad04d

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Trio/Resources/InfoPlist.xcstrings

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,18 @@
457457
}
458458
}
459459
},
460+
"NSCalendarsFullAccessUsageDescription" : {
461+
"comment" : "Privacy - Calendars Full Access Usage Description",
462+
"extractionState" : "extracted_with_value",
463+
"localizations" : {
464+
"en" : {
465+
"stringUnit" : {
466+
"state" : "new",
467+
"value" : "To create events with BG reading values, so that they can be viewed on Apple Watch and CarPlay"
468+
}
469+
}
470+
}
471+
},
460472
"NSCalendarsUsageDescription" : {
461473
"comment" : "Privacy - Calendars Usage Description",
462474
"extractionState" : "extracted_with_value",

Trio/Sources/Services/WatchManager/AppleWatchManager.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ final class BaseWatchManager: NSObject, WCSessionDelegate, Injectable, WatchMana
326326
glucoseLast = glucoseLast.asMmolL
327327
glucoseSecondLast = glucoseSecondLast.asMmolL
328328
}
329-
329+
330330
let deltaValue = glucoseLast - glucoseSecondLast
331331
let formattedDelta = Formatter.glucoseFormatter(for: self.units)
332332
.string(from: deltaValue as NSNumber) ?? "0"

0 commit comments

Comments
 (0)