From 58efd202ede0258ea74580b18483f84f6d73e8ae Mon Sep 17 00:00:00 2001 From: marionbarker Date: Tue, 1 Sep 2026 06:04:29 -0700 Subject: [PATCH 1/6] Bump version to 3.14.5 --- VersionOverride.xcconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VersionOverride.xcconfig b/VersionOverride.xcconfig index c856330297..6922fba435 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.4 +LOOP_MARKETING_VERSION = 3.14.5 CURRENT_PROJECT_VERSION = 57 From 164f5e72f25d42233e613d35ab8c9a6f4e899b77 Mon Sep 17 00:00:00 2001 From: marionbarker Date: Tue, 1 Sep 2026 18:47:40 -0700 Subject: [PATCH 2/6] update OmnipodKit: backport fixes for pod keep alive; ble-heartbeat method --- OmnipodKit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OmnipodKit b/OmnipodKit index ccd44384e4..89dff0aecd 160000 --- a/OmnipodKit +++ b/OmnipodKit @@ -1 +1 @@ -Subproject commit ccd44384e44f6ed11052043f0c9dfbc4465e00ad +Subproject commit 89dff0aecdc6c27439397f8039d654e952dd6bd5 From cc2c930b7e18ec74036952e236ab7c08baac38b4 Mon Sep 17 00:00:00 2001 From: marionbarker Date: Tue, 1 Sep 2026 19:37:40 -0700 Subject: [PATCH 3/6] update .circleci config --- .circleci/config.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ead42a398e..ef02ead944 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,18 +1,23 @@ jobs: build_and_test: macos: - xcode: 16.4 + xcode: 26.4 steps: - checkout - run: name: Checkout submodules command: git submodule update --init --recursive --depth 1 + - run: + name: Install xcbeautify + command: brew list xcbeautify >/dev/null 2>&1 || brew install xcbeautify - run: name: Build Loop - command: set -o pipefail && time xcodebuild -workspace LoopWorkspace.xcworkspace -scheme 'LoopWorkspace' -destination 'platform=iOS Simulator,name=iPhone 16,OS=18.5' build | xcpretty + command: set -o pipefail && time xcodebuild -workspace LoopWorkspace.xcworkspace -scheme 'LoopWorkspace' -destination 'platform=iOS Simulator,name=iPhone 17' build | xcbeautify - run: name: Run Tests - command: set -o pipefail && time xcodebuild -workspace LoopWorkspace.xcworkspace -scheme 'LoopWorkspace' -destination 'platform=iOS Simulator,name=iPhone 16,OS=18.5' test | xcpretty + command: set -o pipefail && time xcodebuild -workspace LoopWorkspace.xcworkspace -scheme 'LoopWorkspace' -destination 'platform=iOS Simulator,name=iPhone 17' test | xcbeautify --report junit --report-path test-results/results.xml + - store_test_results: + path: test-results workflows: version: 2 build_and_test: From cc778598f2d10f303e0c412adfbdd2b32c2bc8b4 Mon Sep 17 00:00:00 2001 From: marionbarker Date: Wed, 2 Sep 2026 07:11:40 -0700 Subject: [PATCH 4/6] update OmnipodKit: fix simulator-only that prevented circeci tests --- OmnipodKit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OmnipodKit b/OmnipodKit index 89dff0aecd..27f7076c15 160000 --- a/OmnipodKit +++ b/OmnipodKit @@ -1 +1 @@ -Subproject commit 89dff0aecdc6c27439397f8039d654e952dd6bd5 +Subproject commit 27f7076c15ae4450b3cda4b077956f49057ebefe From bdc39cc5d99c595c523f6532f3e0a38519c5b9d0 Mon Sep 17 00:00:00 2001 From: marionbarker Date: Wed, 2 Sep 2026 10:35:59 -0700 Subject: [PATCH 5/6] update EversenseKit: fix migration US, Outside US zones --- EversenseKit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EversenseKit b/EversenseKit index b8cf64b95a..f5796d8a68 160000 --- a/EversenseKit +++ b/EversenseKit @@ -1 +1 @@ -Subproject commit b8cf64b95aeb65b38c2376570e80ddd02df63db8 +Subproject commit f5796d8a683bb89c046a7ec1a28fc4d07cae3377 From 53bcc643f83afa0f665eff093fd6065872ebd8e9 Mon Sep 17 00:00:00 2001 From: marionbarker Date: Wed, 2 Sep 2026 12:58:58 -0700 Subject: [PATCH 6/6] update LoopKit: Fix intermittent testObserverQueryStartup failures --- LoopKit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LoopKit b/LoopKit index a5beee96d8..73a36cb380 160000 --- a/LoopKit +++ b/LoopKit @@ -1 +1 @@ -Subproject commit a5beee96d8e0770fc6999372a73ea5f523351a43 +Subproject commit 73a36cb380ba644af754c7ef6aacb67575b416e7