Skip to content

Commit 54c6fbe

Browse files
committed
style(install): Add a line break and enclose identifiers with code tag
in the `Update with Browser` page
1 parent 477581b commit 54c6fbe

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

docs/install/build/browser/update-with-browser.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,8 @@ If you decide to look at the action **log**, instead of reading the annotations,
223223

224224
## New Trio Builders
225225

226-
For experienced browser builders, this minimal set of instructions might be sufficient. Warning - there is no hand holding in these directions.
226+
For experienced browser builders, this minimal set of instructions might be sufficient.
227+
Warning - there is no hand holding in these directions.
227228

228229
**Every app you build will use the same [6 Secrets](https://loopkit.github.io/loopdocs/browser/intro-summary/#make-a-secrets-reference-file).**
229230

@@ -250,18 +251,18 @@ If you do not have a `Trio App Group`:
250251

251252
| NAME | Xcode version (NAME) | IDENTIFIER |
252253
|:--|:--|:--|
253-
| Trio App Group | group org nightscout TEAMID trio trio-app-group| group.org.nightscout.TEAMID.trio.trio-app-group |
254+
| Trio App Group | group org nightscout TEAMID trio trio-app-group| <code>group.org.nightscout.TEAMID.trio.trio-app-group</code> |
254255

255256
### Table of Identifiers
256257

257258
These are the identifiers created by running the *GitHub* action Add Identifiers. Only 3 of them need to have the Trio App Group added. Be sure that you selected `dev` branch when you start the Add Identifier action. For more details, see [Update Identifiers](#update-identifiers) but then return here when that action succeeds.
258259

259260
| NAME | Xcode version (NAME) | IDENTIFIER |
260261
|:--|:--|:--|
261-
| Trio | XC org nightscout TEAMID trio | org.nightscout.TEAMID.trio |
262-
| Trio LiveActivity | - | org.nightscout.TEAMID.trio.LiveActivity |
263-
| Trio Watch | XC IDENTIFIER | org.nightscout.TEAMID.trio.watchkitapp |
264-
| Trio WatchKit Extension | XC IDENTIFIER | org.nightscout.TEAMID.trio.watchkitapp.watchkitextension |
262+
| Trio | XC org nightscout TEAMID trio | <code>org.nightscout.TEAMID.trio</code> |
263+
| Trio LiveActivity | - | <code>org.nightscout.TEAMID.trio.LiveActivity</code> |
264+
| Trio Watch | XC IDENTIFIER | <code>org.nightscout.TEAMID.trio.watchkitapp</code> |
265+
| Trio WatchKit Extension | XC IDENTIFIER | <code>org.nightscout.TEAMID.trio.watchkitapp.watchkitextension</code> |
265266

266267
### Add Trio App Group to Identifiers
267268

0 commit comments

Comments
 (0)