You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/browser/bb-errors.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -492,7 +492,7 @@ Once you have created an app in the *App Store* that is not based on your `TEAMI
492
492
* Tap on `Remove App`
493
493
* New dialog window appears, select `Remove`
494
494
495
-
At this point, get your correct `TEAMID`, fix your Secrets file to have the correct `TEAMID` and then return to [First-Time: Configure Secrets](prepare-fork.md#configure-secrets). This time you will be updating `TEAMID` in the repository secret list.
495
+
At this point, get your correct `TEAMID`, fix your Secrets file to have the correct `TEAMID` and then return to [First-Time: Configure Secrets](prepare-fork.md#configure-secrets). This time you will be updating `TEAMID` in the secret list.
The pages of instructions listed above give detailed steps on how to build the *Loop* app. If you are building a different app, you can follow the detailed instructions but will need to know the Fork, App Name, Identifiers and in some cases App Group for the App you intend to build. Once you build one app, subsequent apps are much easier to build.
Copy file name to clipboardExpand all lines: docs/browser/bb-update.md
+5-3
Original file line number
Diff line number
Diff line change
@@ -443,6 +443,8 @@ If your `Personal Access Token` has expired or has an expiration date, you can r
443
443
!!! tip "Update new GH_PAT to <code>Secrets</code>"
444
444
After you get your new token, immediately add it to your <code>Secrets</code> for any app you build with this method. You don't have to rebuild the app, but it's a good idea to at least run `Action 1. Validate Secrets` for each repository to make sure you did not make a mistake.
445
445
446
+
This might be a good time to [Switch to a GitHub Organization](prepare-fork.md#switch-to-a-github-organization){: target="_blank" }.
447
+
446
448
You can regenerate your *GitHub*`Personal Access Token` at any time by clicking on the link below. (it will open in a new browser tab.)
447
449
448
450
*[Link to access your *GitHub* Personal Access Token](https://github.com/settings/tokens){: target="_blank" }
@@ -478,17 +480,17 @@ The next step is to update GH_PAT in your <code>Secrets</code>. (If you build ot
478
480
479
481
### Update <code>Secrets</code>
480
482
481
-
This example is for updating GH_PAT in the <code>Secrets</code> for your `repository`, but the same method can be applied when changing any of the <code>Secrets</code>.
483
+
This example is for updating GH_PAT in the <code>Secrets</code> for your `repository`, but the same method can be applied when changing any of the <code>Secrets</code>. It uses a personal account, instead of an organization. So it shows changing the `Secret` for a specific repository and would need to be repeated for every repository you use. This might be a good time to [Switch to a GitHub Organization](prepare-fork.md#switch-to-a-github-organization){: target="_blank" }.
482
484
483
485
Open the `repository` for which you will update <code>Secrets</code>. On the far right is a Settings selection. If you don't see Settings (if last item on row is Insights), then you are **not** on your `fork` or you need to sign in to your *GitHub* account. You should see `username/LoopWorkspace` with `forked` from `LoopKit/LoopWorkspace` underneath.
1. Tap on Settings, then scroll down until you see `Secrets and variables` on the left side and click on the drop down indicator to display `Actions`.
491
-
1. Keep scrolling on the same screen, past the `Action secrets / New repository secret` row, until you see the list of your current <code>Secrets</code>.
493
+
1. Keep scrolling on the same screen, past the `Action secrets / New secret` row, until you see the list of your current <code>Secrets</code>.
492
494
1. Click on the GH_PAT, tap on the pencil and enter the new token in the form. Click on Update Secret to complete the action.
493
495
494
496
Scroll all the way to the top of the screen and tap on your LoopWorkspace link. Then follow the [How to Update or Rebuild](#how-to-update-or-rebuild) instructions to start a new build.
Copy file name to clipboardExpand all lines: docs/browser/build-yml.md
+6-9
Original file line number
Diff line number
Diff line change
@@ -10,11 +10,6 @@
10
10
* one says *TestFlight* is ready (typically half-hour after the build succeeds)
11
11
* Ignore the one that says you need to fix "issues" in your app. You are not selling the app in the app store; so no action is required. The app you built is for personal use for you or a family member.
12
12
1. Your app should eventually appear on [App Store Connect](https://appstoreconnect.apple.com/apps){: target="_blank" }.
13
-
1. For each phone/person you would like to support:
14
-
* Add them in [Users and Access](https://appstoreconnect.apple.com/access/users){: target="_blank" } on App Store Connect.
15
-
* Add them to your *TestFlight* Internal Testing group.
16
-
17
-
[<span class="loop-bigger">:material-skip-forward:</span>](tf-users.md#testflight-users-overview) To skip the detailed instructions, click on [*TestFlight* Users Overview](tf-users.md#testflight-users-overview).
18
13
19
14
Refer to the graphic below for the first four steps:
20
15
@@ -63,14 +58,16 @@ Did you get a red X? Head over to the [Errors with Browser](bb-errors.md){: targ
63
58
64
59
## Next Steps
65
60
66
-
If this is your first build, you need to configure your TestFlight Users
67
-
68
-
*[TestFlight Users](tf-users.md)
61
+
It may take up to an hour for your new build to appear in TestFlight.
69
62
70
-
If this is a repeat build, wait up to an hour for your new build to appear in TestFlight. Then from the phone where you want to install the *Loop* app, use TestFlight on that phone to install the app.
63
+
From the phone where you want to install the *Loop* app, use TestFlight on that phone to install the app.
71
64
72
65
*[Install on Phone](phone-install.md)
73
66
67
+
If is you skipped the step about creating a *TestFlight* Group or want to add another person to your group:
68
+
69
+
*[TestFlight Group](tf-users.md)
70
+
74
71
## Caregivers
75
72
76
73
If you are a Caregiver who helps manage a loved-ones diabetes, you may use other open-source apps that can be built the same way:
0 commit comments