From 4ad21c11984449d7948b5560ad589084ef62f7e2 Mon Sep 17 00:00:00 2001 From: marionbarker Date: Fri, 29 May 2026 10:53:52 -0700 Subject: [PATCH 1/6] Bump version to 3.14.2 --- OmniBLE | 2 +- VersionOverride.xcconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/OmniBLE b/OmniBLE index 4e212a81aa..28f0503d93 160000 --- a/OmniBLE +++ b/OmniBLE @@ -1 +1 @@ -Subproject commit 4e212a81aa30e3aedeb04cec6644c39463f9db8b +Subproject commit 28f0503d933eee243c4ba3fbbec5c7da003ff93d diff --git a/VersionOverride.xcconfig b/VersionOverride.xcconfig index 3b8a554641..5253477701 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.14.1 +LOOP_MARKETING_VERSION = 3.14.2 CURRENT_PROJECT_VERSION = 57 From 488c57a7e2a17ba7a26e9ce44c002a44f2450445 Mon Sep 17 00:00:00 2001 From: marionbarker Date: Fri, 29 May 2026 11:05:35 -0700 Subject: [PATCH 2/6] update Loop: warn if on dev, support OmnipodKit --- Loop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Loop b/Loop index e3229270a2..1f71ec4fa9 160000 --- a/Loop +++ b/Loop @@ -1 +1 @@ -Subproject commit e3229270a2704a601ef69ed3f407195717d5b09e +Subproject commit 1f71ec4fa94941abdbd72fd5bd914770faa2e90b From b27af62369a2ad7a7634fce870df3b8956e7aa69 Mon Sep 17 00:00:00 2001 From: marionbarker Date: Fri, 29 May 2026 11:06:26 -0700 Subject: [PATCH 3/6] update OmniBLE: fix identifier for 17e for Pod Keep Alive --- OmniBLE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OmniBLE b/OmniBLE index 28f0503d93..29358d59cf 160000 --- a/OmniBLE +++ b/OmniBLE @@ -1 +1 @@ -Subproject commit 28f0503d933eee243c4ba3fbbec5c7da003ff93d +Subproject commit 29358d59cf51195af41566b5e368acecc89aa5f3 From e18ef9af1a47fedf3e84bcad42ea85f89d1c12ab Mon Sep 17 00:00:00 2001 From: marionbarker Date: Sat, 30 May 2026 13:28:40 -0700 Subject: [PATCH 4/6] update GitHub action to use Xcode 26.4 --- .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 fab987e7b3..9dab27ff57 100644 --- a/.github/workflows/build_loop.yml +++ b/.github/workflows/build_loop.yml @@ -175,7 +175,7 @@ jobs: (vars.SCHEDULED_SYNC != 'false' && needs.check_status.outputs.NEW_COMMITS == 'true' ) steps: - name: Select Xcode version - run: "sudo xcode-select --switch /Applications/Xcode_26.2.app/Contents/Developer" + run: "sudo xcode-select --switch /Applications/Xcode_26.4.app/Contents/Developer" - name: Checkout Repo for building uses: actions/checkout@v5 From 4cf9e3476a43b62936025fe457bc65c426eda9e6 Mon Sep 17 00:00:00 2001 From: marionbarker Date: Sat, 30 May 2026 13:31:54 -0700 Subject: [PATCH 5/6] update to fastlane 2.335.0 --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index f8b2b1e969..0eb90cb08b 100644 --- a/Gemfile +++ b/Gemfile @@ -1,2 +1,2 @@ source "https://rubygems.org" -gem "fastlane", "2.234.0" +gem "fastlane", "2.235.0" diff --git a/Gemfile.lock b/Gemfile.lock index ae7d7b3417..0089a8cdb4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -72,7 +72,7 @@ GEM faraday_middleware (1.2.1) faraday (~> 1.0) fastimage (2.4.0) - fastlane (2.234.0) + fastlane (2.235.0) CFPropertyList (>= 2.3, < 5.0.0) abbrev (~> 0.1) addressable (>= 2.8, < 3.0.0) @@ -81,7 +81,7 @@ GEM babosa (>= 1.0.3, < 2.0.0) base64 (~> 0.2) benchmark (>= 0.1.0) - bundler (>= 1.17.3, < 5.0.0) + bundler (>= 2.4.0, < 5.0.0) colored (~> 1.2) commander (~> 4.6) csv (~> 3.3) @@ -96,12 +96,12 @@ GEM gh_inspector (>= 1.1.2, < 2.0.0) google-apis-androidpublisher_v3 (~> 0.3) google-apis-playcustomapp_v1 (~> 0.1) - google-cloud-env (>= 1.6.0, <= 2.1.1) + google-cloud-env (>= 1.6.0, < 2.3.0) google-cloud-storage (~> 1.31) highline (~> 2.0) http-cookie (~> 1.0.5) json (< 3.0.0) - jwt (>= 2.1.0, < 3) + jwt (>= 2.1.0, < 4) logger (>= 1.6, < 2.0) mini_magick (>= 4.9.4, < 5.0.0) multipart-post (>= 2.0.0, < 3.0.0) @@ -230,7 +230,7 @@ PLATFORMS ruby DEPENDENCIES - fastlane (= 2.234.0) + fastlane (= 2.235.0) BUNDLED WITH - 4.0.6 + 4.0.12 From a61dab4d38e2329da27c1a57feb2f792b70aa5ee Mon Sep 17 00:00:00 2001 From: marionbarker Date: Mon, 1 Jun 2026 08:14:30 -0700 Subject: [PATCH 6/6] add submodule OmnipodKit: * includes DASH Pod Keep Alive Feature; * update Scrips define_common.sh --- .gitmodules | 3 +++ .../contents.xcworkspacedata | 3 +++ .../xcschemes/LoopWorkspace.xcscheme | 24 +++++++++++++++++++ OmnipodKit | 1 + Scripts/define_common.sh | 4 ++-- 5 files changed, 33 insertions(+), 2 deletions(-) create mode 160000 OmnipodKit diff --git a/.gitmodules b/.gitmodules index 1308e60c03..ddc1a846b5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -58,3 +58,6 @@ [submodule "LibreTransmitter"] path = LibreTransmitter url = https://github.com/LoopKit/LibreTransmitter.git +[submodule "OmnipodKit"] + path = OmnipodKit + url = https://github.com/loopandlearn/OmnipodKit diff --git a/LoopWorkspace.xcworkspace/contents.xcworkspacedata b/LoopWorkspace.xcworkspace/contents.xcworkspacedata index a870f8b7c9..1205c52c40 100644 --- a/LoopWorkspace.xcworkspace/contents.xcworkspacedata +++ b/LoopWorkspace.xcworkspace/contents.xcworkspacedata @@ -120,6 +120,9 @@ + + diff --git a/LoopWorkspace.xcworkspace/xcshareddata/xcschemes/LoopWorkspace.xcscheme b/LoopWorkspace.xcworkspace/xcshareddata/xcschemes/LoopWorkspace.xcscheme index e09bc55654..2ae784b532 100644 --- a/LoopWorkspace.xcworkspace/xcshareddata/xcschemes/LoopWorkspace.xcscheme +++ b/LoopWorkspace.xcworkspace/xcshareddata/xcschemes/LoopWorkspace.xcscheme @@ -146,6 +146,20 @@ ReferencedContainer = "container:MinimedKit/MinimedKit.xcodeproj"> + + + + + + + +