2.0.16 update info.plist to support healthkit usage

This commit is contained in:
Johan Degraeve 2019-06-11 22:59:31 +02:00
parent c248ffc78b
commit debf79e959
2 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -17,15 +17,17 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.0.15</string>
<string>2.0.16</string>
<key>CFBundleVersion</key>
<string>2.0.15</string>
<string>2.0.16</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSBluetoothPeripheralUsageDescription</key>
<string>Connect to CGM Transmitter</string>
<key>NSHealthUpdateUsageDescription</key>
<string>Store bloodglucose readings</string>
<key>NSHealthShareUsageDescription</key>
<string>Store bloodglucose readings</string>
<key>UIBackgroundModes</key>
<array>
<string>audio</string>