nightscout / Trio

MIT License
64 stars 259 forks source link

Fix lane upgrade fastlane #134

Closed marionbarker closed 3 months ago

marionbarker commented 3 months ago

The purpose of this PR is to update the branch used by PR #127 so that PR can then be merged.

  1. The Gemfile.lock modification is required to upgrade Fastlane to 2.220.0 in order to test browser build.
  2. The lane names are limited to letters and underscore. Any non-underscore character is treated as a delimiter
    • I went with build_open_iaps as the lane name for fastlane/Fastfile and for .github/workflows/build_Open-iAPS.yml