diff --git a/Info.plist b/Info.plist index 53401cf..d7cd85d 100644 --- a/Info.plist +++ b/Info.plist @@ -26,5 +26,7 @@ FreeStyle Libre Demo com.loopkit.Loop.CGMManagerIdentifier LibreDemoCGMManager + com.loopkit.Loop.DeviceManufacturer + Abbott diff --git a/LibreTransmitterPlugin/Info.plist b/LibreTransmitterPlugin/Info.plist index c6287eb..c59f190 100644 --- a/LibreTransmitterPlugin/Info.plist +++ b/LibreTransmitterPlugin/Info.plist @@ -26,5 +26,7 @@ FreeStyle Libre 1 / 2 / 2+ com.loopkit.Loop.CGMManagerIdentifier LibreTransmitterManagerV3 + com.loopkit.Loop.DeviceManufacturer + Abbott diff --git a/LibreTransmitterUI/LibreTransmitterManager+UI.swift b/LibreTransmitterUI/LibreTransmitterManager+UI.swift index f456bf3..c10e97b 100644 --- a/LibreTransmitterUI/LibreTransmitterManager+UI.swift +++ b/LibreTransmitterUI/LibreTransmitterManager+UI.swift @@ -129,6 +129,10 @@ extension LibreTransmitterManagerV3: DeviceManagerUI { nil } + public static var pickerImage: UIImage? { + UIImage(named: "libresensor200", in: Bundle.current, compatibleWith: nil) + } + public var smallImage: UIImage? { self.getSmallImage() }