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/automatic.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ This is an optional step. If you are happy with the automatic sync and update, y
81
81
??? tip "Instructions to Modify the Automatic Actions (Click to Open/Close)"
82
82
You can modify the automation by creating and using some variables.
83
83
84
-
To configure the automated build more granularly involves creating up to two environment variables: `SCHEDULED_BUILD` and/or `SCHEDULED_SYNC`. See [How to configure a variable](#how-to-configure-a-variable).
84
+
To configure the automated build more granularly involves creating up to two variables: `SCHEDULED_BUILD` and/or `SCHEDULED_SYNC`. See [How to configure a variable](#how-to-configure-a-variable).
85
85
86
86
Note that the weekly and monthly `Build Loop` actions will continue, but the actions are modified if one or more of these variables is set to false. **A successful Action Log will still appear, even if no automatic activity happens**.
@@ -95,10 +97,14 @@ Instructions to make updates are found at:
95
97
96
98
*[Update with Browser](bb-update.md){: target="_blank" }
97
99
98
-
There is also a helpful video for this process. Once again, this was prepared for an earlier version 3.2.3 or older. With version 3.4.1 and newer, the update and build is automatic:
100
+
There is also a helpful video for this process. Once again, this was prepared for an earlier version 3.2.3 or older. With version 3.4.1 and newer, the update and build is automatic if your *Apple* Developer account is active, agreements are signed and certificates are valid:
99
101
100
102
*[How to Update and Rebuild DIY Loop with a Web Browser](https://www.youtube.com/watch?v=0ipTsiqbbrQ){: target="_blank" }
101
103
104
+
After 3.6.0 is released, certificates will be automatically renewed. In the meantime, they must be renewed manually using these instructions:
@@ -117,13 +123,13 @@ These considerations were prepared when most people were using a Mac computer to
117
123
* Compatible version of *Xcode* is provided by *GitHub*
118
124
* The time required for the initial setup to build with a browser may take less time than one *macOS* and *Xcode* version update for those using [Build with *Mac*](../build/overview.md)
119
125
* Automatic Updates are loaded into *TestFlight*
120
-
* With version 3.4, builds are automatically prepared at least once a month
126
+
* With version 3.4 and newer, builds are automatically prepared at least once a month
121
127
* You choose when to install the new app from TestFlight onto your phone
122
128
* Manual Updates are easy
123
129
* Starting an update takes a few minutes of your time; it can be done from your phone; the rest is automatic and is done in about an hour
124
130
* After the *GitHub* Build starts, your app is ready to install on your *iPhone* in about an hour
125
131
* The app is delivered to your phone via *TestFlight*
126
132
* The app is considered "Beta" by *Apple* and expires after 90 days
127
-
* <spantranslate="no">Loop 3.4</span> and later versions provide automatic build as the default
133
+
* <spantranslate="no">Loop 3.4</span> and newer versions provide automatic build as the default
128
134
* Customization methods are documented at [Customize with Browser](custom-browser.md){: target="_blank" }
Copy file name to clipboardexpand all lines: docs/browser/build-dev-browser.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ If you have one branch as default, for example `main`, and choose to build a dif
93
93
94
94
The [Automatic Update & Build](automatic.md){: target="_blank" } features are applied to the default branch of your repository. Normally this is the `main` branch. If you are a developer or tester who wants the `dev` branch to be built automatically, you must configure it as your default branch. Be aware that for this situation, you will not get automatic updates of released code.
95
95
96
-
Most people should keep `main` as default and make a considered decision when to launch a manual build of the `dev` branch. At that time, it will automatically update to the latest `dev` commit unless you have modified your environment settings: [Modify Automatic Building](automatic.md#modify-automatic-building){: target="_blank" }.
96
+
Most people should keep `main` as default and make a considered decision when to launch a manual build of the `dev` branch. At that time, it will automatically update to the latest `dev` commit unless you have modified your settings with special `Variables`: [Modify Automatic Building](automatic.md#modify-automatic-building){: target="_blank" }.
Copy file name to clipboardexpand all lines: docs/browser/edit-browser.md
+8-6
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,9 @@
10
10
!!! warning "Modules vs Submodule"
11
11
This page has instructions to set up your own <code>fork</code> for the Modules, otherwise known as submodules, associated with <spantranslate="no">LoopWorkspace</span> that are needed for a selected customization.
12
12
13
-
Each Module has its own *GitHub* <code>repository</code>;and you will be working with your <code>fork</code> of that Module at https://github.com/username/Module, where username is your username.
13
+
Each Module has its own *GitHub* <code>repository</code>; and you will be working with your <code>fork</code> of that Module at https://github.com/my-name-org/Module, where you use your own organization (recommended) or personal account.
14
+
15
+
If you are an experienced builder who set the Submodule changes up in your personal *GitHub* account, you can leave those forks where they are, i.e., https://github.com/my-name/Module. You do not build from Submodules, so no `Secrets` are required.
14
16
15
17
!!! question "What is a SHA-1?"
16
18
SHA-1 means Secure Hash Algorithm 1; which is used to generate an alphanumeric code.
@@ -185,7 +187,7 @@ When you "<span translate="no">fork a repository"</span>, the default
185
187
* Otherwise, when you a preparing a customization where the file changed sufficiently between `main` and `dev` and you want to build the `main` branch, you need to create a branch for this Module that is consistent with the version you wish to customize.
186
188
187
189
??? abstract "Use only if directed (Click to Open/Close)"
188
-
Open your browser to your https://github.com/username/Module URL. If you already created the `branch` you need, you do not need to create a new one.
190
+
Open your browser to your https://github.com/my-name-org/Module URL. If you already created the `branch` you need, you do not need to create a new one.
189
191
190
192
If you are customizing a released version, use the [Table of SHA-1](#table-of-sha-1) under your version number below. Copy the SHA-1 for your Module so you can paste it into the URL in Step 2 below. The suggested branch name is `v-#.#.#` where #.#.# corresponds to the version number for `main`. You will use this in Step 3.3 below.
191
193
@@ -367,7 +369,7 @@ Save the customization lines in your text file for later use in the build_loop.y
@@ -61,6 +64,18 @@ The steps to configure for building with a browser require a lot of focused atte
61
64
62
65
* [Click here to find help](bb-errors.md#help-with-errors){: target="_blank" }.
63
66
67
+
???+ tips "Who should use a free GitHub Organization option (click to close/open)"
68
+
There are several places where you see a recommendation to use a free GitHub Organization instead of building directly from your personal free GitHub account.
69
+
70
+
When you use an organization, you don't have to add 6 Secrets to each repository for every app you build. It can save a lot of time in the long run.
71
+
72
+
* Even if you just build Loop and nothing else, using an organization is pretty easy and your build works just the same as using only a personal account
73
+
* Who should definitely build with an organization:
74
+
* Anyone who is a caregiver will want LoopCaregiver or LoopFollow or both
75
+
* Anyone who wants to use LoopFollow for the amazing alarm capabilties
76
+
* Anyone who might want to try a customized version of Loop
77
+
* Anyone who might want to try a different app such as xDrip4iOS or Trio
78
+
64
79
### The Short Version
65
80
66
81
Complete instructions are found at this link for those comfortable with using *GitHub* and navigating the *Apple Developer* and *Apple App Connect* pages.
@@ -103,7 +118,7 @@ You need to keep a digital copy of your 6 <code>Secrets</code>.
103
118
!!! important "Use a Text-Only Editor"
104
119
**Be sure to use a Text-Only editor like NotePad (PC) or TextEdit (Mac) to archive your information.**
105
120
106
-
If you use a "smart" editor, it may change lower-case letters to upper-case letters at the beginning of a line when you paste items into your archive file.
121
+
If you use a "smart" editor, it may change small letters to capital letters at the beginning of a line when you paste items into your archive file.
107
122
108
123
If even one character is capitalized when it should not be, you will get errors.
109
124
@@ -123,6 +138,7 @@ You don't need to know anything about the <code>Secrets</code> to do this. Come
123
138
* There is a reference pattern for each SECRET: replace that with your SECRET or you can add your secret below the pattern to give yourself confidence you got the correct item
124
139
4. In addition to the <code>Secrets</code>, this template has places for other pieces of information you may find handy to save in the same file
125
140
5. At the very beginning is a place to indicate the last day you updated the file
141
+
6. If you use Nightscout, you may also want the [Nightscout template](../nightscout/remote-config.md#save-your-important-nightscout-information){: target="_blank" }
126
142
127
143
```{ .bash .copy title="Template to use for Secrets" }
128
144
MySecretsReferenceFile.txt
@@ -142,15 +158,17 @@ suggest you use your desired password tool to save the password for this account
142
158
<your information here>
143
159
suggest you use your desired password tool to save the password for this account
144
160
145
-
These are the Six Secrets in alphabetical order - each one shows the expected format.
146
-
Delete each prototype as you gather your own secrets.
147
-
The letter A indicates an alphanumeric character.
148
-
Some may be lower case, some upper case and some numerals.
161
+
There are Six Secrets and One Variable:
162
+
- the list below shows the expected format of each.
163
+
You can replace each prototype with your secret as you gather them,
164
+
- or put your secret below a prototype.
165
+
The letter A indicates an alphanumeric character;
166
+
- some may be small letter, some capital letters and some numerals.
149
167
The FASTLANE_KEY may have additional characters included.
150
-
For that one copy the entire key
151
-
including -----BEGIN PRIVATE KEY-----
152
-
through
153
-
-----END PRIVATE KEY-----
168
+
Be sure to copy the entire key including
169
+
-----BEGIN PRIVATE KEY-----
170
+
through
171
+
-----END PRIVATE KEY-----
154
172
155
173
## SECRETS BELOW:
156
174
@@ -166,7 +184,6 @@ FASTLANE_KEY_ID
166
184
<looks like this>
167
185
AAAAAAAAAA
168
186
169
-
170
187
FASTLANE_KEY
171
188
<looks like this>
172
189
-----BEGIN PRIVATE KEY-----
@@ -184,9 +201,21 @@ MATCH_PASSWORD
184
201
<looks like this>
185
202
AnyThingYouWant-sameForEveryRepository
186
203
204
+
New addition, this Variable:
205
+
206
+
ENABLE_NUKE_CERTS = true
207
+
208
+
With release of Loop 3.6.0:
209
+
this variable is needed to automatically renew your certificates when they expire.
Copy file name to clipboardexpand all lines: docs/browser/other-apps.md
+2-3
Original file line number
Diff line number
Diff line change
@@ -408,12 +408,11 @@ The [Install on Phone](phone-install.md) walks you through the steps to install
408
408
This section is optional. It is provided to assist:
409
409
410
410
* Users who are using *GitHub* for other reasons and want to segregate their DIY app building from their existing accounts
411
-
* Mentors who want to do a lot of testing of many DIY apps to support people and get tired of entering the 6 <code>Secrets</code> repeatedly
412
-
* Users who are comfortable with the *GitHub* web interface who want the convenience of entering the 6 <code>Secrets</code> just one time instead of entering them for each <code>repository</code> individually
411
+
* Users who want the convenience of entering the 6 <code>Secrets</code> just one time instead of entering them for each <code>repository</code> individually
413
412
414
413
### Set up a Free *GitHub* Organization
415
414
416
-
Prerequisite: You need a personal *GitHub* account.
415
+
Prerequisite: You need a personal *GitHub* account. If you do not already have a personal *GitHub* account, click on [New *GitHub* Account](secrets.md#new-github-account){: target="_blank" }.
417
416
418
417
In the instructions below, use your *GitHub* username instead of `my-name`.
Copy file name to clipboardexpand all lines: docs/browser/prepare-app.md
+2
Original file line number
Diff line number
Diff line change
@@ -270,6 +270,8 @@ If you have previously used some kind of remote build, like `diawi` or `TestFlig
270
270
271
271
### Remove Apple Vision Pro
272
272
273
+
> This might not be displayed anymore. Leaving it here in case you see this.
274
+
273
275
It is now time to edit the availability of your app on Apple Vision Pro. If you skip this step, you will get an annoying email telling you Apple Vision Pro is not supported by your app.
274
276
275
277
* First click to return to the main [App Store Connect](https://appstoreconnect.apple.com/apps){: target="_blank" }. In the message section labeled **iOS Apps on Apple Vision Pro**, click on "Edit Availability", highlighted by the red rectangle in the graphic below.
0 commit comments