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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ You start getting [Notifications](../operation/features/notifications.md#loop-ap
41
41
42
42
The automatic update and build feature is embedded in the build_loop.yml code and uses the GitHub scheduling feature to trigger actions to run automatically.
43
43
44
-
Some may have noticed one or more branches added to your repository that start with the name `alive`. Don't worry about these. They are automatically created to ensure GitHub will keep building your app automatically.
44
+
One or more branches are added to your repository that start with the name `alive`. Don't worry about these. They are automatically created so GitHub will keep building your app automatically.
45
45
46
46
* GitHub keeps track of repositories
47
47
* If there is no activity in a given repository in 60 days, GitHub disables Actions
@@ -50,7 +50,7 @@ Some may have noticed one or more branches added to your repository that start w
50
50
51
51
You may see branches called `alive`, `alive-dev` or `alive-main` in your repository.
52
52
53
-
The `alive` branches are created and used to make sure at least one commit per month is added to an `alive` branch in your repository. That keeps your repository active to allow the automatic update and build process to work.
53
+
The `alive` branches are there so at least one commit per month is added to an `alive` branch in your repository. That keeps your repository active to allow the automatic update and build process.
54
54
55
55
The `alive` branches are only used for the keep-alive functions. Do not build using an `alive` branch. Most people will build using the default branch of `main`.
56
56
@@ -80,7 +80,7 @@ You must have the `ENABLE_NUKE_CERTS` variable set to `true` for your *GitHub* o
80
80
??? question "Do you want to know more? (Click to open/close)"
81
81
**Annual Renewal**
82
82
83
-
This happens once a year after *Apple* automatically expires your `Distribution` Certificate.
83
+
Once a year, *Apple* automatically expires your `Distribution` Certificate.
84
84
85
85
* When the *Apple* `Distribution` certificate expires, the saved credentials in your `Match-Secrets` private repository are invalid and need to be removed (<code>nuke</code>)
86
86
* You need a new `Distribution` Certificate at *Apple*
@@ -90,7 +90,7 @@ You must have the `ENABLE_NUKE_CERTS` variable set to `true` for your *GitHub* o
90
90
91
91
### Automatic Certificate Renewal
92
92
93
-
Some Open-Source apps, in particular `Trio`, `LoopCaregiver` and `LoopFollow` already have this capability.
93
+
Some Open-Source apps, in particular `Trio`, `LoopCaregiver` and `LoopFollow` already have this capability. It will be available in with the next release of the *Loop* app (3.6.0).
94
94
95
95
* If your signing credentials for the app being built are invalid and `ENABLE_NUKE_CERTS` is `true`, then signing credentials will be cleared from your `Match-Secrets` repository, a new `Distribution` certificate will be created at *Apple* and signing credentials for the current app will be generated and stored in `Match-Secrets`.
96
96
@@ -142,7 +142,7 @@ This is an optional step. If you are happy with the automatic sync and update, y
142
142
* If you want to only build when an update has been found:
143
143
* either do not create the variable `SCHEDULED_SYNC` or set it to true
144
144
* create the variable `SCHEDULED_BUILD` and set it to false
145
-
* **Warning**: if no updates to your default branch are detected within 90 days, your previous TestFlight build may expire requiring a manual build
145
+
* **Warning**: if no updates to your default branch are detected within 90 days, your previous TestFlight build may expire, requiring a manual build
146
146
* During a time when updates are not happening frequently, this is not a good choice
0 commit comments