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 OmnipodKit/PumpManagerUI/OmniPumpManager+UI.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ extension OmniPumpManager: PumpManagerUI {
public static var onboardingImage: UIImage? {
return UIImage(named: "Onboarding", in: Bundle(for: OmniSettingsViewModel.self), compatibleWith: nil)
}

public static var pickerImage: UIImage? {
return UIImage(named: "Pod", in: Bundle(for: OmniSettingsViewModel.self), compatibleWith: nil)
}

public static func setupViewController(initialSettings settings: PumpManagerSetupSettings, bluetoothProvider: BluetoothProvider, colorPalette: LoopUIColorPalette, allowDebugFeatures: Bool, prefersToSkipUserInteraction: Bool = false, allowedInsulinTypes: [InsulinType]) -> SetupUIResult<PumpManagerViewController, PumpManagerUI>
{
Expand Down
4 changes: 3 additions & 1 deletion OmnipodKitPlugin/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@
<string>Copyright © 2025 LoopKit Authors. All rights reserved.</string>
<key>NSPrincipalClass</key>
<string>OmnipodKitPlugin.OmnipodPlugin</string>
<key>com.loopkit.Loop.DeviceManufacturer</key>
<string>Insulet</string>
<key>com.loopkit.Loop.PumpManagerDisplayName</key>
<string>All Omnipod Types</string>
<string>Omnipod</string>
<key>com.loopkit.Loop.PumpManagerIdentifier</key>
<string>Omni</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ OmnipodKit is a new universal Omnipod pump manager that
* Simplifies future Open-Source Omnipod code maintenance

To use the OmnipodKit pump manager,
select `All Omnipod Types` when adding a pump type in your
select `Omnipod` when adding a pump type in your
favorite iOS Open-Source Automated Insulin Delivery app.
The actual Omnipod pod type will be selected during
the pump manager initialization setup sequence.
Expand Down