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-overview.md
+13-4Lines changed: 13 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
3
3
* <spantranslate="no">Loop 3</span> can be built with a web browser using <spantranslate="no">GitHub Actions</span>
4
4
* The app is then installed by you on your phone using the *TestFlight* app
5
+
* If you prefer to use *Xcode* on your *Mac*, head over to [Build with *Mac*](../build/overview.md){: target="_blank" }
5
6
6
7
## Requirements
7
8
@@ -23,17 +24,21 @@ To build the _<span translate="no">Loop</span>_ app using a browser, y
23
24
24
25
## Instructions to Build with a Browser
25
26
27
+
### The Short Version
28
+
29
+
Complete instructions are found at this link for those comfortable with using *GitHub* and navigating the *Apple Developer* and *Apple App Connect* pages.
30
+
31
+
*[Using GitHub Actions + FastLane to deploy to TestFlight](https://github.com/LoopKit/LoopWorkspace/blob/main/fastlane/testflight.md){: target="_blank" }
32
+
26
33
### How-to Video to Build with a Browser
27
34
28
-
In addition to the pages linked in [Configure to use Browser](#configure-to-use-browser), there is a narrated video of each step needed to build using a browser. (This video shows build steps for version 3.2.3 or older. Some items are simplified for version 3.4.1 and newer.)
35
+
In addition to the pages linked below in [Configure to use Browser](#configure-to-use-browser), there is a narrated video of each step needed to build using a browser. (This video shows build steps for version 3.2.3 or older. Some items are simplified for version 3.4.1 and newer.)
29
36
30
37
*[How to Build the *Loop* App With a Web Browser](https://www.youtube.com/watch?v=kiu5ho0MTW8){: target="_blank" }
31
38
32
-
Click in the comments for a full index of topics. If you have issues with a step, use the index to advance to the relevant part of the video. Subtitles are in English. You can choose a different language but the automatic translation feature may provide translations that are not completely accurate.
33
-
34
39
### Configure to use Browser
35
40
36
-
There is a lot of information in the introduction and summary page. Please don't skip that. it should be read before you begin. The steps on these pages must be completed for you to build an app using a browser:
41
+
The steps on these pages must be completed (in order) for you to build an app using a browser:
37
42
38
43
1.[Introduction and Summary](intro-summary.md){: target="_blank" }
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.
53
+
54
+
*[Build Other Apps with Browser](other-apps.md){: target="_blank" }
Copy file name to clipboardExpand all lines: docs/browser/identifiers.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,11 @@ The `Validate Secrets` <span class=notranslate>Action</span> should
58
58
*[Action: Validate Secrets Errors](bb-errors.md#action-validate-secrets-errors){: target="_blank" } tells you what to search for in the file
59
59
* Resolve the error and repeat the Action: [Validate Secrets](#validate-secrets)
60
60
61
+
!!! tip "Pro Tip: Validate Secrets"
62
+
The Action `Validate Secrets` is run every time you do any other action. Technically, you never have to run the action by itself - you could start with `Add Identifiers`.
63
+
64
+
It is easier for you (or your mentors) to diagnose if there is a problem with the `Secrets` you entered when it is run stand-alone. Once your secrets are good, they should remain good, so this does not need to be repeated.
Copy file name to clipboardExpand all lines: docs/browser/intro-summary.md
+25-33Lines changed: 25 additions & 33 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14
15
15
* Use the template to [Save Your Information](intro-summary.md#make-a-secrets-reference-file){: target="_blank" }
16
16
17
-
A narrated video is available:
17
+
If you prefer watching your instructions, a narrated video is available:
18
18
19
19
* [How to Build the *Loop* App With a Web Browser](https://www.youtube.com/watch?v=kiu5ho0MTW8){: target="_blank" }
20
20
@@ -46,42 +46,40 @@
46
46
47
47
???+ question "FAQs (click to open/close)"
48
48
- **Do I need a Mac computer?** No. This can be done on any browser, although it will be easier using a computer or tablet than just using a phone.
49
-
- **Isn't it hard to build every 90 days?** The initial setup and installation take a lot of your focused time. But once you build, future updates and builds are automatic. You just need to keep your Apple Developer account up to date. Review any email that says a GitHub action failed - read the error and take action.
49
+
- **Isn't it hard to build every 90 days?** The initial setup and installation take a lot of your focused time. But once you build, future updates and builds are automatic. You just need to keep your Apple Developer account up to date. Review any email that says a GitHub action failed - read the error and take action. For more information, see [Automatic Update & Build](automatic.md){: target="_blank" }.
50
50
- **Can you explain the new automatic building?** There's a whole page on [Automatic Update & Build](automatic.md){: target="_blank" } for more explanations
51
51
- **Can I use this for my child?** You, as the adult, can install using *TestFlight* on your child's phone. The explicit steps are provided at [Install on Phone: *TestFlight* for a Child](phone-install.md#testflight-for-a-child){: target="_blank" }.
52
52
- **Can I still use my customizations?** Yes. [Customize using Browser](custom-browser.md){: target="_blank" }
53
53
- **Is there a build video?** Yes. [How to Build the *Loop* App With a Web Browser](https://www.youtube.com/watch?v=kiu5ho0MTW8){: target="_blank" }
54
54
55
-
## Automatic Build of Loop
56
-
57
-
When you follow the directions to configure building with a browser, for Loop 3.4 and later, you configure your app to automatically build at least once a month. You also configure your app to be updated within one week of a new release, in other words, when the LoopKit/LoopWorkspace main branch is updated. For details, see [Automatic Update & Build](automatic.md){: target="_blank" }.
58
-
59
55
## Tips and Tricks
60
56
61
57
The steps to configure for building with a browser requires a lot of focused attention. Take it in steps and take breaks as needed. Some people prefer a video. Some people prefer more detailed steps on a webpage and others only high-level steps.
62
58
63
-
### How-to Video to Build with a Browser
59
+
### The Short Version
60
+
61
+
Complete instructions are found at this link for those comfortable with using *GitHub* and navigating the *Apple Developer* and *Apple App Connect* pages.
62
+
63
+
*[Using GitHub Actions + FastLane to deploy to TestFlight](https://github.com/LoopKit/LoopWorkspace/blob/main/fastlane/testflight.md){: target="_blank" }
64
+
65
+
### The Video Version
64
66
65
-
There is a narrated video of each step needed to build using a browser. This video was created for version 3.2.x and some steps have been simplified with version 3.4.x.
67
+
If you prefer watching your instructions, there is a narrated video of each step needed to build using a browser. This video was created for version 3.2.x and some steps have been simplified with version 3.4.x.
66
68
67
69
*[How to Build the *Loop* App With a Web Browser](https://www.youtube.com/watch?v=kiu5ho0MTW8){: target="_blank" }
68
70
69
71
Click in the comments for a full index of topics. If you have issues with a particular section, use the index to advance to the relevant part of the video. Subtitles are in English. You can choose a different language but the automatic translation feature may provide translations that are not completely accurate.
70
72
71
-
### Section Summaries
73
+
### The Detailed Version
74
+
75
+
If you prefer seeing step-by-step instructions, those are provided too.
72
76
73
77
Some sections have a Section Summary for those who just want high-level steps without a lot of graphics. It also provides a high-level view of what you are going to do before you do it.
74
78
75
79
* To view the summary, click on the summary header
76
80
* If the summary is all you need, use the `skip forward` symbol (<spanclass="loop-big">:material-skip-forward:</span>) to skip to the next instruction
77
81
* Or follow the detailed instructions below the summary
78
82
79
-
### Sparse Instructions
80
-
81
-
For sparse instructions, with no graphics or hand-holding, click on the link below:
@@ -192,30 +190,24 @@ Add additional apps here if you decide to build any
192
190
193
191
The <code>*GitHub* Browser Build</code> may use new and unfamiliar **terms**.
194
192
193
+
These instructions can be used without knowing what any of these terms mean. But if you are curious:
194
+
195
195
Some of these **terms** have ToolTips, so hover your mouse over those - or review them in the [Glossary](../faqs/glossary.md){: target="_blank" }.
196
196
197
197
* Some terms in the Glossary are not in alphabetical order to improve logical grouping. All the individual <code>Secrets</code> are listed after <code>Secrets</code>in the Glossary.
198
198
199
199
*`Actions`: available in your *GitHub* account to build your app (once you configure your repository)
200
-
* With `Loop 3`, the actions: `Validate Secrets`, <code>Add Identifiers</code>, `Create Certificates`, and `Build Loop`enable users to build the *Loop* app from a browser on any computer
201
-
* If <code>*GitHub* Browser Build</code> Actions are not operating as you expect, check [*GitHub* Status](https://www.githubstatus.com/){: target="_blank" } to see if it is *GitHub* problem.
200
+
* You must be logged in to *GitHub* to run the actions
202
201
*<code>Secrets</code>: are required to enable*GitHub* to build the *Loop* app using *GitHub* Actions
203
202
* Six <code>Secrets</code> must be added to your fork of LoopWorkspace
204
203
* These <code>Secrets</code> work forany branchin your fork (`main` or `dev`, for example)
205
-
*These <code>Secrets</code> can be added to [Other Apps](other-apps.md){: target="_blank" } configured with the same <code>*GitHub* Browser Build</code> method
206
-
* For those who feel confident using *GitHub*, there are optional instructions to configure a free organizational account (for your personal use) that allows you to enter the <code>Secrets</code> only once, see [Use a *GitHub* Organization Account](other-apps.md#use-a-github-organization-account){: target="_blank" }, and have them available forevery repositoryin that organization account
204
+
*If you build [Other Apps](other-apps.md){: target="_blank" }, they use the same <code>Secrets</code>
205
+
* For those who feel confident using *GitHub*, there are optional instructions to configure a free organizational account (for your personal use) that allows you to enter the <code>Secrets</code> only once and have them available forevery repositoryin that organization account;see [Use a *GitHub* Organization Account](other-apps.md#use-a-github-organization-account){: target="_blank" }
207
206
* API `Key`:`Application Programming Interface Key`
208
-
* You obtain and save this key from the *Apple Developer* website
207
+
* You create an API key from the *Apple Developer* website
209
208
* Doing this provides 3 of your <code>Secrets</code>
210
-
* It is required to enable your *GitHub* account to interface with *Apple* to create your app
211
-
*`Identifiers`: are required to build the *Loop* app with <code>*GitHub* Browser Build</code> (these are automatically generated for you)
212
-
* Four Identifier Names must be associated with your `App Group`
213
-
*`Loop`, `Loop Intent Extension`, `Loop Status Extension` and `Loop Widget Extension`
214
-
* Two Identifier Names will exist but do not require that association
215
-
*`WatchApp` and `WatchAppExtension`
216
-
* The `Identifier` screen, has **`NAME`** and **`IDENTIFIER`** columns
217
-
* If you previously built with Xcode, the items in the **`NAME`** column may start with `XC`
218
-
* The items under the **`IDENTIFIER`** column match the table in [Add `App Group` to Identifiers](prepare-app.md#add-app-group-to-identifiers){: target="_blank" }
209
+
* These secrets enable your *GitHub* account to interface with *Apple* to create your app
210
+
*`Identifiers`: are required to build the *Loop* app with <code>*GitHub* Browser Build</code> (these are automatically generated for you) when you run `Add Identifiers`
219
211
* [`App Store Connect`](https://appstoreconnect.apple.com){: target="_blank" }: a website available for*Apple Developer*s to review apps build with your *Apple Developer* account
220
212
* Once you purchase an *Apple Developer* annual account, you are an *Apple Developer* and have access to this site
221
213
* Most Loopers will not have an App until using the <code>*GitHub* Browser Build</code>
0 commit comments