Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tidepool Merge #43

Open
wants to merge 8 commits into
base: dev
Choose a base branch
from
2 changes: 1 addition & 1 deletion ShareClient/ShareClientManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import HealthKit

public class ShareClientManager: CGMManager {

public static let pluginIdentifier = "DexShareClient"
public let pluginIdentifier = "DexShareClient"

public init() {
shareService = ShareService(keychainManager: keychain)
Expand Down
1 change: 1 addition & 0 deletions ShareClient/ShareGlucose+GlucoseKit.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
import Foundation
import HealthKit
import LoopKit
import LoopAlgorithm

enum GlucoseLimits {
static var minimum: UInt16 = 40
Expand Down