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/other-apps.md
+14-14Lines changed: 14 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -143,9 +143,8 @@ The `Validate Secrets` <span class=notranslate>Action</span> should
143
143
144
144
* If you see the green check (:octicons-check-circle-fill-16:{: .passed }) continue to the next section
145
145
* If you see the red `X` (:octicons-x-circle-fill-16:{: .failed }):
146
-
*[Examine Annotation](bb-errors.md#examine-annotation){: target="_blank" } tells how to view the file needed to diagnose your problem.
147
-
*[Action: Validate <code>Secrets</code> Errors](bb-errors.md#action-validate-secrets-errors){: target="_blank" } tells you what to search for in the file
148
-
* Resolve the error and repeat the Action: [Validate <code>Secrets</code>](#validate-secrets)
146
+
* Use the Browser Build Errors page to resolve the error, then repeat the Action
147
+
*[Quick Reference for Browser Build Errors](bb-errors.md#quick-reference-for-browser-build-errors){: target="_blank" }
149
148
150
149
## Add Identifiers
151
150
@@ -171,9 +170,8 @@ The `Add Identifier` <span class=notranslate>Action</span> should su
171
170
172
171
* If you see the green check (:octicons-check-circle-fill-16:{: .passed }) continue to the next section
173
172
* If you see the red `X` (:octicons-x-circle-fill-16:{: .failed }):
174
-
*[Examine Annotation](bb-errors.md#examine-annotation){: target="_blank" } tells how to view the file needed to diagnose your problem
175
-
*[Action: Add Identifiers Errors](bb-errors.md#action-add-identifiers-errors){: target="_blank" } tells you what to search for in the file
176
-
* Resolve the error and repeat the Action: [Add Identifiers](identifiers.md#add-identifiers)
173
+
* Use the Browser Build Errors page to resolve the error, then repeat the Action
174
+
*[Quick Reference for Browser Build Errors](bb-errors.md#quick-reference-for-browser-build-errors){: target="_blank" }
177
175
178
176
## Review App Identifier
179
177
@@ -351,8 +349,10 @@ Refer to the graphic below for the numbered steps:
351
349
{align="center"}
352
350
353
351
1. Wait a minute or two for the action to finish
354
-
* If this action fails, head over to [Action: Create Certificates Errors](bb-errors.md#action-create-certificates-errors)
355
-
* Once you've resolved the error, repeat the Actions [Add Identifiers](identifiers.md#add-identifiers) and then Create Certificates. (The Add Identifiers might not be required but it is fast and should be done as a matter of routine.)
352
+
* If you see the green check (:octicons-check-circle-fill-16:{: .passed }) continue to the next section
353
+
* If you see the red `X` (:octicons-x-circle-fill-16:{: .failed }):
354
+
* Use the Browser Build Errors page to resolve the error, then repeat the Action
355
+
*[Quick Reference for Browser Build Errors](bb-errors.md#quick-reference-for-browser-build-errors){: target="_blank" }
356
356
357
357
## Build App
358
358
@@ -387,12 +387,12 @@ Refer to the graphic below for the first four steps:
387
387
{align="center"}
388
388
389
389
1. Wait a few minutes to make sure there is not an early failure
390
-
* If this action fails, head over to [Action: Build Loop Errors](bb-errors.md#action-build-loop-errors)
391
-
* Once you've resolved the error, it's a good idea to repeat all three steps in this order:
1. If the process appears to be happening without an error, go do something else for a while. The build should take about 20-30 minutes.
390
+
* If you see the red `X` (:octicons-x-circle-fill-16:{: .failed }):
391
+
* Use the Browser Build Errors page to resolve the error, then repeat the Action
392
+
*[Quick Reference for Browser Build Errors](bb-errors.md#quick-reference-for-browser-build-errors){: target="_blank" }
393
+
1. If the process appears to be happening without an error, go do something else for a while. The build should take less than half an hour (these tend to build faster than the *Loop* app.
394
+
* When you see the green check (:octicons-check-circle-fill-16:{: .passed }) continue
395
+
* If there is a late-appearing error, then use [Quick Reference for Browser Build Errors](bb-errors.md#quick-reference-for-browser-build-errors){: target="_blank" }
396
396
1. Your app should eventually appear on [App Store Connect](https://appstoreconnect.apple.com/apps){: target="_blank" }.
Copy file name to clipboardExpand all lines: docs/browser/prepare-fork.md
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -205,11 +205,20 @@ This is a new step required with `Loop 3.6.0` and newer versions. It provides au
205
205
ENABLE_NUKE_CERTS
206
206
```
207
207
208
-
What did you just do?
208
+
What will this accomplish?
209
209
210
210
* Certificates will be automatically updated if you have configured this `Variable`
211
211
* With `Loop 3.6.0` and newer versions, as long as your *Apple* developers license is valid and all agreements are signed: **you can skip the steps to create or renew your certificates**!
212
212
213
+
Not sure how to get to the Variables screen. Review the two graphics.
214
+
215
+
This graphic shows how to access Variables for a repository (similar steps required for an organization).
216
+
217
+
{width="600"}
218
+
{align="center"}
219
+
220
+
This graphic shows how to add the `ENABLE_NUKE_CERTS` to an organization. Be sure that Repository access is set to `Public repositories`. When adding this to a repository, that option is not shown.
0 commit comments