Skip to content

Commit df98def

Browse files
committed
minor clean-up
1 parent a257d24 commit df98def

File tree

6 files changed

+9
-8
lines changed

6 files changed

+9
-8
lines changed

docs/browser/automatic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ This is an optional step. If you are happy with the automatic sync and update, y
8181
??? tip "Instructions to Modify the Automatic Actions (Click to Open/Close)"
8282
You can modify the automation by creating and using some variables.
8383

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).
8585

8686
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**.
8787

docs/browser/bb-errors.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ These are two places to ask for help, but please choose only one. You may get a
2323

2424
### What Information is Needed for Help
2525

26-
1. Your GitHub address (required):
26+
1. Your GitHub name used for building (required):
2727

28-
* You can also provide a link to your repository like the example, but substitute your information
28+
* Best to provide a link to your repository, like the example, but substitute your information
2929
* If you are building an app other than Loop, replace LoopWorkspace with the app repository name
3030

3131
``` {.text .copy title="If you use an organization" }
@@ -153,7 +153,7 @@ This section is required when you need to search for a string to diagnose and er
153153
If there are *Apple* Developer agreements you have not accepted, you may get errors when you try to Build that indicate your *Apple* <code>Secrets</code> are incorrect even if they are not.
154154
155155
* The misleading message tells you that one or more of these: <code>FASTLANE_ISSUER_ID</code>, <code>FASTLANE_KEY_ID</code> or <code>FASTLANE_KEY</code> is not correct
156-
* Once `Loop 3.6.0` or newer is available, this should no longer appear unless you have a mistake in one of thsoe
156+
* Once `Loop 3.6.0` or newer is available, this should no longer appear unless you have a mistake in one of those
157157
* Check your *Apple* Developer account for agreements first, before trying to fix those `Secrets`
158158
* If you previously built successfully - it is almost certainly the agreement
159159
* It can take 15 minutes to an hour after the agreement is signed before it can be used

docs/browser/build-dev-browser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ If you have one branch as default, for example `main`, and choose to build a dif
9393

9494
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.
9595

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" }.
9797

9898
## Change Default `Branch`
9999

docs/browser/edit-browser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
!!! warning "Modules vs Submodule"
1111
This page has instructions to set up your own <code>fork</code> for the Modules, otherwise known as submodules, associated with&nbsp;<span translate="no">LoopWorkspace</span>&nbsp;that are needed for a selected customization.
1212

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.
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.
1414

1515
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.
1616

docs/browser/intro-summary.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ suggest you use your desired password tool to save the password for this account
158158
<your information here>
159159
suggest you use your desired password tool to save the password for this account
160160

161-
There are Six Secrets and One Environment Variable:
161+
There are Six Secrets and One Variable:
162162
- the list below shows the expected format of each.
163163
You can replace each prototype with your secret as you gather them,
164164
- or put your secret below a prototype.
@@ -201,7 +201,7 @@ MATCH_PASSWORD
201201
<looks like this>
202202
AnyThingYouWant-sameForEveryRepository
203203

204-
New addition, this environment variable:
204+
New addition, this Variable:
205205

206206
ENABLE_NUKE_CERTS = true
207207

docs/browser/secrets.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@ In the instructions below, use your *GitHub* username instead of `my-name`.
311311
???+ tip "GH_PAT comes from personal `my-name` account"
312312
The *GitHub* personal access token used as one of the 6 <code>Secrets</code> is associated with your personal account (`my-name`); so if you already have one, you just keep using it.
313313

314+
**Your personal *GitHub* account is still needed. The free organization points to your private account as a member. Please do not delete your personal *GitHub* account after creating an organization. If you do that - you will no longer have access to your organization.**
314315

315316
## Make up a Password
316317

0 commit comments

Comments
 (0)