From 9813b6729359c806a330b55461ae5badb6bf1533 Mon Sep 17 00:00:00 2001 From: marionbarker Date: Sat, 2 May 2026 09:56:17 -0700 Subject: [PATCH 1/6] bump dev version to 3.13.2 --- VersionOverride.xcconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VersionOverride.xcconfig b/VersionOverride.xcconfig index b17045813b..e167b13dbe 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.13.2 CURRENT_PROJECT_VERSION = 57 From d78449070f32c2a81ed55a54efbd7e3ff1100ecf Mon Sep 17 00:00:00 2001 From: marionbarker Date: Sat, 2 May 2026 10:03:09 -0700 Subject: [PATCH 2/6] update to fastlane 2.233.1 --- Gemfile | 2 +- Gemfile.lock | 11 +++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index ce5882953b..693763c712 100644 --- a/Gemfile +++ b/Gemfile @@ -1,2 +1,2 @@ source "https://rubygems.org" -gem "fastlane", "2.232.1" +gem "fastlane", "2.233.1" diff --git a/Gemfile.lock b/Gemfile.lock index efe764ef44..db314c4320 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -68,10 +68,11 @@ GEM faraday-net_http_persistent (1.2.0) faraday-patron (1.0.0) faraday-rack (1.0.0) + faraday-retry (1.0.4) faraday_middleware (1.2.1) faraday (~> 1.0) fastimage (2.4.0) - fastlane (2.232.1) + fastlane (2.233.1) CFPropertyList (>= 2.3, < 4.0.0) abbrev (~> 0.1.2) addressable (>= 2.8, < 3.0.0) @@ -91,7 +92,7 @@ GEM faraday-cookie_jar (~> 0.0.6) faraday_middleware (~> 1.0) fastimage (>= 2.1.0, < 3.0.0) - fastlane-sirp (>= 1.0.0) + fastlane-sirp (>= 1.1.0) gh_inspector (>= 1.1.2, < 2.0.0) google-apis-androidpublisher_v3 (~> 0.3) google-apis-playcustomapp_v1 (~> 0.1) @@ -121,8 +122,7 @@ GEM xcodeproj (>= 1.13.0, < 2.0.0) xcpretty (~> 0.4.1) xcpretty-travis-formatter (>= 0.0.3, < 2.0.0) - fastlane-sirp (1.0.0) - sysrandom (~> 1.0) + fastlane-sirp (1.1.0) gh_inspector (1.1.3) google-apis-androidpublisher_v3 (0.54.0) google-apis-core (>= 0.11.0, < 2.a) @@ -202,7 +202,6 @@ GEM simctl (1.6.10) CFPropertyList naturally - sysrandom (1.0.5) terminal-notifier (2.0.0) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) @@ -231,7 +230,7 @@ PLATFORMS ruby DEPENDENCIES - fastlane (= 2.232.1) + fastlane (= 2.233.1) BUNDLED WITH 4.0.6 From 47a04ba7aa695de9906275eccf758d5246049681 Mon Sep 17 00:00:00 2001 From: marionbarker Date: Sat, 2 May 2026 10:10:37 -0700 Subject: [PATCH 3/6] address dependabot security warnings --- Gemfile | 2 ++ Gemfile.lock | 6 ++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 693763c712..1a3b246f63 100644 --- a/Gemfile +++ b/Gemfile @@ -1,2 +1,4 @@ source "https://rubygems.org" gem "fastlane", "2.233.1" +gem "json", ">=2.19.2" +gem "addressable", ">=2.9.0" diff --git a/Gemfile.lock b/Gemfile.lock index db314c4320..fc68ad7a36 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,7 +3,7 @@ GEM specs: CFPropertyList (3.0.8) abbrev (0.1.2) - addressable (2.8.8) + addressable (2.9.0) public_suffix (>= 2.0.2, < 8.0) artifactory (3.0.17) atomos (0.1.3) @@ -166,7 +166,7 @@ GEM httpclient (2.9.0) mutex_m jmespath (1.6.2) - json (2.18.0) + json (2.19.4) jwt (2.10.2) base64 logger (1.7.0) @@ -230,7 +230,9 @@ PLATFORMS ruby DEPENDENCIES + addressable (>= 2.9.0) fastlane (= 2.233.1) + json (>= 2.19.2) BUNDLED WITH 4.0.6 From e1e24b4f455ceab1a51d0d61a78bf054a36e9e96 Mon Sep 17 00:00:00 2001 From: marionbarker Date: Sat, 2 May 2026 11:27:14 -0700 Subject: [PATCH 4/6] update OmniBLE: PR 165: merge pod keep alive into dev --- OmniBLE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OmniBLE b/OmniBLE index b0b78e66a6..14c03be4fd 160000 --- a/OmniBLE +++ b/OmniBLE @@ -1 +1 @@ -Subproject commit b0b78e66a6962677970a00e5d37ae4157e548b8a +Subproject commit 14c03be4fdd5871a96243327655f974dc0cd9e69 From 076f608df43315418a0e1b4b8cb20889ae01c6ba Mon Sep 17 00:00:00 2001 From: marionbarker Date: Sat, 2 May 2026 11:33:25 -0700 Subject: [PATCH 5/6] update OmniBLE: translations from lokalise Sat May 2 08:19:53 PDT 2026 --- OmniBLE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OmniBLE b/OmniBLE index 14c03be4fd..1912793284 160000 --- a/OmniBLE +++ b/OmniBLE @@ -1 +1 @@ -Subproject commit 14c03be4fdd5871a96243327655f974dc0cd9e69 +Subproject commit 1912793284b736754a0f25cf3d828e2eecd9ff2f From 5df8167634a8b7b6e05e807fb969b56c8e175c13 Mon Sep 17 00:00:00 2001 From: marionbarker Date: Sun, 3 May 2026 06:51:09 -0700 Subject: [PATCH 6/6] update CGMBLEKit: fix G6 sensor in future problem --- CGMBLEKit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CGMBLEKit b/CGMBLEKit index ba5d0b7daf..98fae7929c 160000 --- a/CGMBLEKit +++ b/CGMBLEKit @@ -1 +1 @@ -Subproject commit ba5d0b7daf83d282b587c8ff0e835162b8c75846 +Subproject commit 98fae7929c8c8e4e849d18a70c1f249dd6c09e5f