From fe22d79bca9d29bdc15afe3fa8ba669384e12de7 Mon Sep 17 00:00:00 2001 From: carolvchn <71346983+carolvchn@users.noreply.github.com> Date: Mon, 27 Apr 2026 11:03:22 -0700 Subject: [PATCH] Update Apple Developer ID description in documentation Clarified the length of the Apple Developer ID in the instructions as 10 characters rather than 10 digits.(feel free to ignore this) --- docs/build/lf-browser-build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build/lf-browser-build.md b/docs/build/lf-browser-build.md index f10ae80..4ed06e4 100644 --- a/docs/build/lf-browser-build.md +++ b/docs/build/lf-browser-build.md @@ -160,7 +160,7 @@ If you have never built the *LoopFollow* app with *Xcode* using your `TEAMID`, y 1. Open this link: [Register an App Group](https://developer.apple.com/account/resources/identifiers/applicationGroup/add/) on the *Apple Developer* site. 1. For **`Description`**, use `LoopFollow App Group` 1. For **`Identifier`**, enter `group.com.TEAMID.LoopFollow`, substituting your Team ID for `TEAMID` - * **You must replace `TEAMID` with your 10-digit Apple Developer ID - do not just copy the App Group Identifier above** + * **You must replace `TEAMID` with your 10-character Apple Developer ID - do not just copy the App Group Identifier above** * A mistake here means you will not be able to build the *LoopFollow* app until you fix it 1. Click `Continue` and then `Register`.