From 053047b7e03ce6726a2cccdb8235f95299c6699d Mon Sep 17 00:00:00 2001 From: Eric Bouchut Date: Mon, 15 Jul 2024 17:45:16 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Add=20Browser=20Build=20Configur?= =?UTF-8?q?ation=20for=20Loop=203.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See: https://www.loopandlearn.org/custom-code/#template --- .github/workflows/build_loop.yml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_loop.yml b/.github/workflows/build_loop.yml index dc84dbee88..c37ac71ef4 100644 --- a/.github/workflows/build_loop.yml +++ b/.github/workflows/build_loop.yml @@ -245,8 +245,20 @@ 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)" \ + dexcom_upload_readings \ + override_sens \ + now_line \ + 2002 + + # 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: find /usr/local/lib/ruby/gems -name table_printer.rb | xargs sed -i "" "/puts(Terminal::Table.new(params))/d"