Skip to content

Commit

Permalink
🔧 Customize Loop version 3.2.3
Browse files Browse the repository at this point in the history
to use:
- omnipod_cage
- dexcom_sage
- dexcom_upload_readings
- now_line
- 2002
- algorithm_experiments
- testflight_expiration_warning

See: https://www.loopandlearn.org/custom-code/#custom
  • Loading branch information
ebouchut committed Jul 13, 2024
1 parent 96772eb commit 5433a61
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .github/workflows/build_loop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,22 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive


# Customize Loop: Download and apply patches
# See: https://www.loopandlearn.org/custom-code/#custom
- name: Customize Loop
run: |
/bin/bash -c "$(curl -fsSL \
https://raw.githubusercontent.com/loopandlearn/lnl-scripts/main/CustomizationSelect.sh)" \
omnipod_cage \
dexcom_sage \
dexcom_upload_readings \
now_line \
2002 \
algorithm_experiments \
testflight_expiration_warning
# Patch Fastlane Match to not print tables
- name: Patch Match Tables
run: find /usr/local/lib/ruby/gems -name table_printer.rb | xargs sed -i "" "/puts(Terminal::Table.new(params))/d"
Expand Down

0 comments on commit 5433a61

Please sign in to comment.