diff --git a/G7SensorKitUI/G7CGMManager/G7CGMManager+UI.swift b/G7SensorKitUI/G7CGMManager/G7CGMManager+UI.swift index fe8fa5d..5fe89eb 100644 --- a/G7SensorKitUI/G7CGMManager/G7CGMManager+UI.swift +++ b/G7SensorKitUI/G7CGMManager/G7CGMManager+UI.swift @@ -28,6 +28,10 @@ extension G7CGMManager: CGMManagerUI { return nil } + public static var pickerImage: UIImage? { + return UIImage(named: "g7", in: Bundle(for: G7SettingsViewModel.self), compatibleWith: nil) + } + public static func setupViewController(bluetoothProvider: LoopKit.BluetoothProvider, displayGlucosePreference: DisplayGlucosePreference, colorPalette: LoopKitUI.LoopUIColorPalette, allowDebugFeatures: Bool, prefersToSkipUserInteraction: Bool) -> LoopKitUI.SetupUIResult { let vc = G7UICoordinator(colorPalette: colorPalette, displayGlucosePreference: displayGlucosePreference, allowDebugFeatures: allowDebugFeatures) diff --git a/G7SensorPlugin/Info.plist b/G7SensorPlugin/Info.plist index 996e0e1..51af39c 100644 --- a/G7SensorPlugin/Info.plist +++ b/G7SensorPlugin/Info.plist @@ -26,5 +26,7 @@ Dexcom G7 / ONE+ com.loopkit.Loop.CGMManagerIdentifier G7CGMManager + com.loopkit.Loop.DeviceManufacturer + Dexcom