From 68b8d98c730271af893f2b9a00a898fff3907ba2 Mon Sep 17 00:00:00 2001 From: Dandantheclown Date: Mon, 9 Mar 2026 20:02:47 +0200 Subject: [PATCH 1/7] Update build_loop.yml --- .github/workflows/build_loop.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/.github/workflows/build_loop.yml b/.github/workflows/build_loop.yml index db33b8991b..e0a7392a32 100644 --- a/.github/workflows/build_loop.yml +++ b/.github/workflows/build_loop.yml @@ -212,6 +212,28 @@ jobs: # Adding comments (#) may be useful to easily tell the individual patches apart. # Patch Fastlane Match to not print tables + # The lines below add the customizations listed using the CustomizationSelect script + # The "\" is a continuation character + # the line following a "\" should not be blank + /bin/bash -c "$(curl -fsSL \ + https://raw.githubusercontent.com/loopandlearn/lnl-scripts/main/CustomizationSelect.sh)" \ + future_carbs_4h \ + low_carb_limit \ + high_carb_limit \ + override_sens \ + now_line \ + lnl_icon \ + watch_title \ + 2hlollipop \ + meal_days \ + meal_week \ + profiles \ + basal_lock \ + negative_insulin \ + remote_window + + # the final customization listed above CANNOT have a continuation character + # more customizations can be pasted after this line - name: Patch Match Tables run: | TABLE_PRINTER_PATH=$(ruby -e 'puts Gem::Specification.find_by_name("fastlane").gem_dir')/match/lib/match/table_printer.rb From 2bca447849fb601cf7106bd4b8dc4e4b2b9f520c Mon Sep 17 00:00:00 2001 From: Dandantheclown Date: Mon, 9 Mar 2026 20:38:01 +0200 Subject: [PATCH 2/7] Update build_loop.yml --- .github/workflows/build_loop.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_loop.yml b/.github/workflows/build_loop.yml index e0a7392a32..0b53015f3b 100644 --- a/.github/workflows/build_loop.yml +++ b/.github/workflows/build_loop.yml @@ -211,8 +211,8 @@ jobs: # Several patches may be added per submodule. # Adding comments (#) may be useful to easily tell the individual patches apart. - # Patch Fastlane Match to not print tables - # The lines below add the customizations listed using the CustomizationSelect script + # Patch Fastlane Match to not print tables + # The lines below add the customizations listed using the CustomizationSelect script # The "\" is a continuation character # the line following a "\" should not be blank /bin/bash -c "$(curl -fsSL \ From f242ce263e45fc40a01ecc2e71beae9c0b6f16bd Mon Sep 17 00:00:00 2001 From: Dandantheclown Date: Mon, 11 May 2026 20:14:54 +0300 Subject: [PATCH 3/7] Update build_loop.yml --- .github/workflows/build_loop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_loop.yml b/.github/workflows/build_loop.yml index d5fc62b93d..830bd51506 100644 --- a/.github/workflows/build_loop.yml +++ b/.github/workflows/build_loop.yml @@ -211,7 +211,7 @@ jobs: # Several patches may be added per submodule. # Adding comments (#) may be useful to easily tell the individual patches apart. - # Patch Fastlane Match to not print tables + # Patch Fastlane Match to not print tables # The lines below add the customizations listed using the CustomizationSelect script # The "\" is a continuation character # the line following a "\" should not be blank From f7094b8114d4cbed29b625c6b25fef558419ad13 Mon Sep 17 00:00:00 2001 From: Dandantheclown Date: Mon, 11 May 2026 20:17:43 +0300 Subject: [PATCH 4/7] Update build_loop.yml --- .github/workflows/build_loop.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build_loop.yml b/.github/workflows/build_loop.yml index 830bd51506..f1e78a6e78 100644 --- a/.github/workflows/build_loop.yml +++ b/.github/workflows/build_loop.yml @@ -211,7 +211,7 @@ jobs: # Several patches may be added per submodule. # Adding comments (#) may be useful to easily tell the individual patches apart. - # Patch Fastlane Match to not print tables + # Patch Fastlane Match to not print tables # The lines below add the customizations listed using the CustomizationSelect script # The "\" is a continuation character # the line following a "\" should not be blank @@ -219,18 +219,15 @@ jobs: https://raw.githubusercontent.com/loopandlearn/lnl-scripts/main/CustomizationSelect.sh)" \ future_carbs_4h \ low_carb_limit \ - high_carb_limit \ override_sens \ now_line \ lnl_icon \ watch_title \ 2hlollipop \ - meal_days \ meal_week \ profiles \ basal_lock \ - negative_insulin \ - remote_window + negative_insulin # the final customization listed above CANNOT have a continuation character # more customizations can be pasted after this line From 2bc987dc540ab4a6597648a34939f4cee753316d Mon Sep 17 00:00:00 2001 From: Dandantheclown Date: Mon, 11 May 2026 20:18:38 +0300 Subject: [PATCH 5/7] Update build_loop.yml --- .github/workflows/build_loop.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build_loop.yml b/.github/workflows/build_loop.yml index f1e78a6e78..12c3b8c20f 100644 --- a/.github/workflows/build_loop.yml +++ b/.github/workflows/build_loop.yml @@ -210,8 +210,6 @@ jobs: # and make sure to specify the submodule by setting "--directory=(submodule_name)". # Several patches may be added per submodule. # Adding comments (#) may be useful to easily tell the individual patches apart. - - # Patch Fastlane Match to not print tables # The lines below add the customizations listed using the CustomizationSelect script # The "\" is a continuation character # the line following a "\" should not be blank From 3e1fbbb0d7552a00a9b43af915db05d668aa53c6 Mon Sep 17 00:00:00 2001 From: Dandantheclown Date: Mon, 11 May 2026 20:49:42 +0300 Subject: [PATCH 6/7] Update build_loop.yml --- .github/workflows/build_loop.yml | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/.github/workflows/build_loop.yml b/.github/workflows/build_loop.yml index 12c3b8c20f..fab987e7b3 100644 --- a/.github/workflows/build_loop.yml +++ b/.github/workflows/build_loop.yml @@ -210,25 +210,8 @@ jobs: # and make sure to specify the submodule by setting "--directory=(submodule_name)". # Several patches may be added per submodule. # Adding comments (#) may be useful to easily tell the individual patches apart. - # The lines below add the customizations listed using the CustomizationSelect script - # The "\" is a continuation character - # the line following a "\" should not be blank - /bin/bash -c "$(curl -fsSL \ - https://raw.githubusercontent.com/loopandlearn/lnl-scripts/main/CustomizationSelect.sh)" \ - future_carbs_4h \ - low_carb_limit \ - override_sens \ - now_line \ - lnl_icon \ - watch_title \ - 2hlollipop \ - meal_week \ - profiles \ - basal_lock \ - negative_insulin - # the final customization listed above CANNOT have a continuation character - # more customizations can be pasted after this line + # Patch Fastlane Match to not print tables - name: Patch Match Tables run: | TABLE_PRINTER_PATH=$(ruby -e 'puts Gem::Specification.find_by_name("fastlane").gem_dir')/match/lib/match/table_printer.rb From c8b0e78b7ad3481d4a75f2dbc8ea8e21969c1fe2 Mon Sep 17 00:00:00 2001 From: Dandantheclown Date: Tue, 12 May 2026 13:44:28 +0300 Subject: [PATCH 7/7] Update build_loop.yml --- .github/workflows/build_loop.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.github/workflows/build_loop.yml b/.github/workflows/build_loop.yml index fab987e7b3..2fc0917b0d 100644 --- a/.github/workflows/build_loop.yml +++ b/.github/workflows/build_loop.yml @@ -210,7 +210,25 @@ jobs: # and make sure to specify the submodule by setting "--directory=(submodule_name)". # Several patches may be added per submodule. # Adding comments (#) may be useful to easily tell the individual patches apart. + # The lines below add the customizations listed using the CustomizationSelect script + # The "\" is a continuation character + # the line following a "\" should not be blank + /bin/bash -c "$(curl -fsSL \ + https://raw.githubusercontent.com/loopandlearn/lnl-scripts/main/CustomizationSelect.sh)" \ + future_carbs_4h \ + low_carb_limit \ + override_sens \ + now_line \ + lnl_icon \ + watch_title \ + 2hlollipop \ + meal_week \ + profiles \ + basal_lock \ + negative_insulin + # the final customization listed above CANNOT have a continuation character + # more customizations can be pasted after this line # Patch Fastlane Match to not print tables - name: Patch Match Tables run: |