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
2 changes: 2 additions & 0 deletions Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@
<string>FreeStyle Libre Demo</string>
<key>com.loopkit.Loop.CGMManagerIdentifier</key>
<string>LibreDemoCGMManager</string>
<key>com.loopkit.Loop.DeviceManufacturer</key>
<string>Abbott</string>
</dict>
</plist>
2 changes: 2 additions & 0 deletions LibreTransmitterPlugin/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@
<string>FreeStyle Libre 1 / 2 / 2+</string>
<key>com.loopkit.Loop.CGMManagerIdentifier</key>
<string>LibreTransmitterManagerV3</string>
<key>com.loopkit.Loop.DeviceManufacturer</key>
<string>Abbott</string>
</dict>
</plist>
4 changes: 4 additions & 0 deletions LibreTransmitterUI/LibreTransmitterManager+UI.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}
Expand Down