Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update URL scheme for Open-iAPS #41

Merged
merged 1 commit into from
Apr 1, 2024
Merged

Commits on Mar 31, 2024

  1. Update URL scheme for Open-iAPS

    - Config.xconfig: APP_URL_SCHEME = Open-iAPS
    - remove hardcoded "freeaps-x", leaving $(APP_URL_SCHEME)
    - CGMType.swift: libreTransmitter: URL(string: "Open-iAPS://libre-transmitter"
    - AlertEntry.swift: static let manual = "Open-iAPS"
    - CarbsEntry.swift: static let manual = "Open-iAPS"
    - NightscoutTreatment.swift: static let local = "Open-iAPS"
    - Sources/Models/TempTarget.swift: static let manual = "Open-iAPS"
    - NightscoutAPI.swift: var enteredBy = "Open-iAPS", var notes = "Open-iAPS connected"
    - GarminManager.swift: connectIQ?.initialize(withUrlScheme: "Open-iAPS", uiOverrideDelegate: self)
    bjornoleh committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    360cec3 View commit details
    Browse the repository at this point in the history