From 7ed0f144a12645fe9dfc92f4554d97087128226a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Bj=C3=B6rkert?= Date: Mon, 13 Jul 2026 12:10:43 +0200 Subject: [PATCH] xdrip_cgm: pin dev/main to the current xDrip plugin SHA The customization clones the xdrip-client-swift plugin from its default branch (latest). Pin dev/main to the plugin's current master HEAD (e618d674) via a .gitmodules branch ref, so a later deployment-target/API bump landing upstream can't move dev/main onto an incompatible plugin. Requires loopandlearn/lnl-scripts#99 (honor the branch ref); until that is released the branch is ignored and behavior is unchanged. --- xdrip_cgm/xdrip_cgm.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xdrip_cgm/xdrip_cgm.patch b/xdrip_cgm/xdrip_cgm.patch index 0b90a10..946d091 100644 --- a/xdrip_cgm/xdrip_cgm.patch +++ b/xdrip_cgm/xdrip_cgm.patch @@ -2,13 +2,14 @@ diff --git a/.gitmodules b/.gitmodules index f3472ea..7e74758 100644 --- a/.gitmodules +++ b/.gitmodules -@@ -10,6 +10,9 @@ +@@ -10,6 +10,10 @@ [submodule "dexcom-share-client-swift"] path = dexcom-share-client-swift url = https://github.com/LoopKit/dexcom-share-client-swift.git +[submodule "xdrip-client-swift"] + path = xdrip-client-swift + url = https://github.com/johandegraeve/xdrip-client-swift-1.git ++ branch = e618d674b1250b9572f148ff3ab360a1eee7f3e2 [submodule "RileyLinkKit"] path = RileyLinkKit url = https://github.com/LoopKit/RileyLinkKit