From 809e400a0a8111071ab22b14e029c8e28765a89a Mon Sep 17 00:00:00 2001 From: Pete Schwamb Date: Sat, 5 Oct 2024 11:41:03 -0500 Subject: [PATCH 1/3] Xcode 16 updates. Loop 3.4.2 --- Loop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Loop b/Loop index 5c3b01f7e..35e106302 160000 --- a/Loop +++ b/Loop @@ -1 +1 @@ -Subproject commit 5c3b01f7e302dca9b8bbb12fd42fdd40ed52d2c1 +Subproject commit 35e106302b846118771b09965a3b70037c6c4fa9 From 1c0ba30c5c8f0dbf705c6a5dbd3b910018893551 Mon Sep 17 00:00:00 2001 From: Marion Barker <19607791+marionbarker@users.noreply.github.com> Date: Sun, 6 Oct 2024 11:41:14 -0700 Subject: [PATCH 2/3] Update Gemfile.lock for Fastlane 2.223.1 (#208) --- Gemfile.lock | 49 +++++++++++++++++++++++-------------------------- 1 file changed, 23 insertions(+), 26 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1ff12d548..8caeede21 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,20 +10,20 @@ GEM artifactory (3.0.17) atomos (0.1.3) aws-eventstream (1.3.0) - aws-partitions (1.949.0) - aws-sdk-core (3.200.0) + aws-partitions (1.981.0) + aws-sdk-core (3.209.1) aws-eventstream (~> 1, >= 1.3.0) aws-partitions (~> 1, >= 1.651.0) - aws-sigv4 (~> 1.8) + aws-sigv4 (~> 1.9) jmespath (~> 1, >= 1.6.1) - aws-sdk-kms (1.87.0) - aws-sdk-core (~> 3, >= 3.199.0) - aws-sigv4 (~> 1.1) - aws-sdk-s3 (1.155.0) - aws-sdk-core (~> 3, >= 3.199.0) + aws-sdk-kms (1.94.0) + aws-sdk-core (~> 3, >= 3.207.0) + aws-sigv4 (~> 1.5) + aws-sdk-s3 (1.166.0) + aws-sdk-core (~> 3, >= 3.207.0) aws-sdk-kms (~> 1) - aws-sigv4 (~> 1.8) - aws-sigv4 (1.8.0) + aws-sigv4 (~> 1.5) + aws-sigv4 (1.10.0) aws-eventstream (~> 1, >= 1.0.2) babosa (1.0.4) base64 (0.2.0) @@ -40,7 +40,7 @@ GEM dotenv (2.8.1) emoji_regex (3.2.3) excon (0.109.0) - faraday (1.10.3) + faraday (1.10.4) faraday-em_http (~> 1.0) faraday-em_synchrony (~> 1.0) faraday-excon (~> 1.1) @@ -61,15 +61,15 @@ GEM faraday-httpclient (1.0.1) faraday-multipart (1.0.4) multipart-post (~> 2) - faraday-net_http (1.0.1) + faraday-net_http (1.0.2) faraday-net_http_persistent (1.2.0) faraday-patron (1.0.0) faraday-rack (1.0.0) faraday-retry (1.0.3) - faraday_middleware (1.2.0) + faraday_middleware (1.2.1) faraday (~> 1.0) fastimage (2.3.1) - fastlane (2.221.1) + fastlane (2.223.1) CFPropertyList (>= 2.3, < 4.0.0) addressable (>= 2.8, < 3.0.0) artifactory (~> 3.0) @@ -148,14 +148,14 @@ GEM os (>= 0.9, < 2.0) signet (>= 0.16, < 2.a) highline (2.0.3) - http-cookie (1.0.6) + http-cookie (1.0.7) domain_name (~> 0.5) httpclient (2.8.3) jmespath (1.6.2) json (2.7.2) - jwt (2.8.2) + jwt (2.9.1) base64 - mini_magick (4.13.1) + mini_magick (4.13.2) mini_mime (1.1.5) multi_json (1.15.0) multipart-post (2.4.1) @@ -172,8 +172,7 @@ GEM trailblazer-option (>= 0.1.1, < 0.2.0) uber (< 0.2.0) retriable (3.1.2) - rexml (3.2.9) - strscan + rexml (3.3.7) rouge (2.0.7) ruby2_keywords (0.0.5) rubyzip (2.3.2) @@ -186,7 +185,6 @@ GEM simctl (1.6.10) CFPropertyList naturally - strscan (3.1.0) terminal-notifier (2.0.0) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) @@ -196,18 +194,16 @@ GEM tty-spinner (0.9.3) tty-cursor (~> 0.7) uber (0.1.0) - unf (0.1.4) - unf_ext - unf_ext (0.0.9.1) - unicode-display_width (2.5.0) + unf (0.2.0) + unicode-display_width (2.6.0) word_wrap (1.0.0) - xcodeproj (1.24.0) + xcodeproj (1.25.0) CFPropertyList (>= 2.3.3, < 4.0) atomos (~> 0.1.3) claide (>= 1.0.2, < 2.0) colored2 (~> 3.1) nanaimo (~> 0.3.0) - rexml (~> 3.2.4) + rexml (>= 3.3.2, < 4.0) xcpretty (0.3.0) rouge (~> 2.0.7) xcpretty-travis-formatter (1.0.1) @@ -218,6 +214,7 @@ PLATFORMS arm64-darwin-22 arm64-darwin-23 x86_64-darwin-19 + x86_64-darwin-24 x86_64-linux DEPENDENCIES From 973ad31197d2d75f855c1df5ec7e4359dfc24a1b Mon Sep 17 00:00:00 2001 From: Marion Barker <19607791+marionbarker@users.noreply.github.com> Date: Sun, 6 Oct 2024 13:18:50 -0700 Subject: [PATCH 3/3] Update submodules for Loop 3.4.3 (#211) * Update submodules * LoopKit: Improve selection choice visibility * LoopKit: fix locale for CarbEntry decimal separator * Loop: update version number to 3.4.3 --- CGMBLEKit | 2 +- G7SensorKit | 2 +- LibreTransmitter | 2 +- Loop | 2 +- LoopKit | 2 +- OmniBLE | 2 +- OmniKit | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CGMBLEKit b/CGMBLEKit index 905cc0a58..4adef2662 160000 --- a/CGMBLEKit +++ b/CGMBLEKit @@ -1 +1 @@ -Subproject commit 905cc0a58509e417aa7bb2ef9dacfb36f009231c +Subproject commit 4adef2662060f7d11d1abd8d099c3e022bf00cef diff --git a/G7SensorKit b/G7SensorKit index b5e992e21..2be3eb29b 160000 --- a/G7SensorKit +++ b/G7SensorKit @@ -1 +1 @@ -Subproject commit b5e992e211d2ac6224acb105dd97fb484767da72 +Subproject commit 2be3eb29b0a18aa89f8b60281341e46e07d024e5 diff --git a/LibreTransmitter b/LibreTransmitter index c01eba63e..f6c2d0f55 160000 --- a/LibreTransmitter +++ b/LibreTransmitter @@ -1 +1 @@ -Subproject commit c01eba63e94e9f6f2841a8835680c4e39c61b18d +Subproject commit f6c2d0f552e07aa778ec639d3faca571eaa0a97b diff --git a/Loop b/Loop index 35e106302..a91352a5a 160000 --- a/Loop +++ b/Loop @@ -1 +1 @@ -Subproject commit 35e106302b846118771b09965a3b70037c6c4fa9 +Subproject commit a91352a5a15db26ab185b3326e7277b25e7c6f13 diff --git a/LoopKit b/LoopKit index 873b3b7c4..a03be5768 160000 --- a/LoopKit +++ b/LoopKit @@ -1 +1 @@ -Subproject commit 873b3b7c406cfc982f9061afb5f5e27e88d9208d +Subproject commit a03be5768e8d9cec87d93f0af9e72c97b7200b9a diff --git a/OmniBLE b/OmniBLE index 85fc3c6d4..4ad811774 160000 --- a/OmniBLE +++ b/OmniBLE @@ -1 +1 @@ -Subproject commit 85fc3c6d4805d580acdf6592b220717b6e842558 +Subproject commit 4ad811774c09cae208678552dbc20ee6cc9d4f59 diff --git a/OmniKit b/OmniKit index a80e38b1b..01bc59889 160000 --- a/OmniKit +++ b/OmniKit @@ -1 +1 @@ -Subproject commit a80e38b1b7f203014b461f8aff8cead2c067e39d +Subproject commit 01bc59889b9216737942ea3f0cab22f6a6c4a0e8