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

Feat: App display name, BundleID and reset of version number #31

Merged
merged 9 commits into from
Apr 2, 2024

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    44b55ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd98ebe View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. Configuration menu
    Copy the full SHA
    a272c39 View commit details
    Browse the repository at this point in the history
  2. Use BUNDLE_IDENTIFIER for signing of FreeAPSTests target

    PRODUCT_BUNDLE_IDENTIFIER = "$(BUNDLE_IDENTIFIER).FreeAPSTests"
    
    - Update plist keys with Open-iAPS:
    INFOPLIST_KEY_CFBundleDisplayName = Open-iAPS
    INFOPLIST_KEY_CFBundleDisplayName = "Open-iAPS WatchKit Extension"
    bjornoleh committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    56f341a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3bb5dab View commit details
    Browse the repository at this point in the history

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

Commits on Apr 1, 2024

  1. Config.xcconfig: APP_DISPLAY_NAME = Open-iAPS

    Changing the app display name from `OiAPS` (as introduced in #19) to `Open-iAPS`, after having discussed this in Discord.
    bjornoleh authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    64fb31d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f4c2df View commit details
    Browse the repository at this point in the history
  3. Merge pull request #41 from nightscout/urlScheme

    Update URL scheme for Open-iAPS
    bjornoleh authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    89d45e8 View commit details
    Browse the repository at this point in the history