From 59af962ec7e16a6eafcc8c4317dd6432c059f54b Mon Sep 17 00:00:00 2001 From: marionbarker Date: Wed, 28 Aug 2024 17:26:54 -0700 Subject: [PATCH] make it explicity that build method doesn't affect app behavior --- docs/browser/bb-overview.md | 2 ++ docs/build/overview.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/browser/bb-overview.md b/docs/browser/bb-overview.md index 3dcdf392ce7..c6badaac50b 100644 --- a/docs/browser/bb-overview.md +++ b/docs/browser/bb-overview.md @@ -3,6 +3,8 @@ * Loop 3 can be built with a web browser using GitHub Actions * The app is then installed by you on your phone using the *TestFlight* app * If you prefer to use *Xcode* on your *Mac*, head over to [Build with *Mac*](../build/overview.md){: target="_blank" } +* As long as you use the same *Apple Developer* account, the app you build is the same regardless of build method + * When you install the app on your phone, settings and history are preserved; pump and CGM remain attached; selected Services are maintained ## Requirements diff --git a/docs/build/overview.md b/docs/build/overview.md index 5c39eb8ec8f..f5ba9a47b25 100644 --- a/docs/build/overview.md +++ b/docs/build/overview.md @@ -5,6 +5,8 @@ The complete requirements for building the *Loop* app with a *Mac* and *Xcode* a * Common Requirements are the same regardless of build method * Additional Requirements are needed only for building with a *Mac* * If you prefer to use the Browser Build method, head over to [Build with Browser](../browser/bb-overview.md){: target="_blank" } +* As long as you use the same *Apple Developer* account, the app you build is the same regardless of build method + * When you install the app on your phone, settings and history are preserved; pump and CGM remain attached; selected Services are maintained ### Common Requirements