We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8aaf768 + 3a3c065 commit 83d8aafCopy full SHA for 83d8aaf
G7SensorKit/G7CGMManager/G7CGMManager.swift
@@ -227,7 +227,7 @@ public class G7CGMManager: CGMManager {
227
public func getSoundBaseURL() -> URL? { return nil }
228
public func getSounds() -> [Alert.Sound] { return [] }
229
230
- public let managerIdentifier: String = "G7CGMManager"
+ public static let pluginIdentifier: String = "G7CGMManager"
231
232
public let localizedTitle = LocalizedString("Dexcom G7", comment: "CGM display title")
233
0 commit comments