From 07eaf00921853e54125455fa1a998bafb9c0fc3e Mon Sep 17 00:00:00 2001 From: Cameron Ingham Date: Tue, 11 Aug 2026 17:30:31 -0700 Subject: [PATCH] Add Device Manufacturer Field --- Info.plist | 2 ++ LibreTransmitterPlugin/Info.plist | 2 ++ LibreTransmitterUI/LibreTransmitterManager+UI.swift | 4 ++++ 3 files changed, 8 insertions(+) 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() }