Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions G7SensorKitUI/G7CGMManager/G7CGMManager+UI.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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<LoopKitUI.CGMManagerViewController, LoopKitUI.CGMManagerUI>
{
let vc = G7UICoordinator(colorPalette: colorPalette, displayGlucosePreference: displayGlucosePreference, allowDebugFeatures: allowDebugFeatures)
Expand Down
2 changes: 2 additions & 0 deletions G7SensorPlugin/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@
<string>Dexcom G7 / ONE+</string>
<key>com.loopkit.Loop.CGMManagerIdentifier</key>
<string>G7CGMManager</string>
<key>com.loopkit.Loop.DeviceManufacturer</key>
<string>Dexcom</string>
</dict>
</plist>