diff --git a/xdrip/Managers/Speak/SpeakNewReading.swift b/xdrip/Managers/Speak/SpeakNewReading.swift index e8161814..4c0ca794 100644 --- a/xdrip/Managers/Speak/SpeakNewReading.swift +++ b/xdrip/Managers/Speak/SpeakNewReading.swift @@ -37,6 +37,10 @@ class SpeakNewReading { public func speakNewReading() { + // get latest reading, ignore sensor, rawdata, timestamp - only 1 + let bgReadingsToSpeak = bgReadingsAccessor.getLatestBgReadings(limit: 1, fromDate: nil, forSensor: nil, ignoreRawData: true, ignoreCalculatedValue: false) + + } // MARK: - private functions diff --git a/xdrip/Supporting Files/Info.plist b/xdrip/Supporting Files/Info.plist index 0d3c58d4..82b09277 100644 --- a/xdrip/Supporting Files/Info.plist +++ b/xdrip/Supporting Files/Info.plist @@ -17,15 +17,17 @@ CFBundlePackageType APPL CFBundleShortVersionString - 2.0.15 + 2.0.16 CFBundleVersion - 2.0.15 + 2.0.16 LSRequiresIPhoneOS NSBluetoothPeripheralUsageDescription Connect to CGM Transmitter NSHealthUpdateUsageDescription Store bloodglucose readings + NSHealthShareUsageDescription + Store bloodglucose readings UIBackgroundModes audio