diff --git a/.github/workflows/build_loop.yml b/.github/workflows/build_loop.yml index fab987e7b3..91bfa4f21b 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 \ + meal_week \ + profiles \ + basal_lock \ + remote_window + + # 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: | diff --git a/VersionOverride.xcconfig b/VersionOverride.xcconfig index b17045813b..c2a8a4bf6f 100644 --- a/VersionOverride.xcconfig +++ b/VersionOverride.xcconfig @@ -8,5 +8,5 @@ // Version [for DIY Loop] // configure the version number in LoopWorkspace -LOOP_MARKETING_VERSION = 3.13.1 +LOOP_MARKETING_VERSION = 3.12.1 CURRENT_PROJECT_VERSION = 57