Skip to content

Commit ea1cb0a

Browse files
committed
use new Add App Group graphic on prepare-app page
1 parent 79d6e49 commit ea1cb0a

File tree

2 files changed

+17
-18
lines changed

2 files changed

+17
-18
lines changed

docs/browser/bb-update.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ In your fork of LoopWorkspace:
242242
* If you see the green check (:octicons-check-circle-fill-16:{: .passed }) continue to the next section
243243
* If you see the red `X` (:octicons-x-circle-fill-16:{: .failed }):
244244
* [Action: Add Identifiers Errors](bb-errors.md#action-add-identifiers-errors){: target="_blank" } tells you what to search for in the file
245-
* Resolve the error and repeat the Action: [Add Identifiers](identifiers.md#add-identifiers)
245+
* Resolve the error and repeat `Add Identifiers`
246246

247247
#### Add `App Group` to New `Identifier`
248248

@@ -296,7 +296,6 @@ You must run the action `Create Certificates` again because the `Identifiers` we
296296
{align="center"}
297297

298298
1. Wait a minute or two for the action to finish
299-
* If this action fails, head over to [Action: 3. Create Certificates Errors](bb-errors.md#action-create-certificates-errors)
300299

301300
#### Build the App
302301

docs/browser/prepare-app.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -101,17 +101,17 @@ If you built previously using a Mac with Xcode, you may see the XCode version in
101101

102102
#### Table with Name and Identifier
103103

104-
One Identifier was changed after v3.2.3 as noted in the table.
104+
> One Identifier was changed after v3.2.3. (`Small Status Widget` is now `Loop Widget Extension`).
105105
106106
| NAME | XCode version | IDENTIFIER |
107107
|:--|:--|:--|
108108
| `Loop` | `XC com TEAMID loopkit Loop`| `com.TEAMID.loopkit.Loop` |
109109
| `Loop Intent Extension` | XC Identifier | `com.TEAMID.loopkit.Loop.Loop-Intent-Extension` |
110110
| `Loop Status Extension` | XC Identifier | `com.TEAMID.loopkit.Loop.statuswidget` |
111-
| **v3.2** `Small Status Widget` | XC Identifier | `com.TEAMID.loopkit.Loop.SmallStatusWidget` |
112-
| **v3.4** `Loop Widget Extension` | XC Identifier | `com.TEAMID.loopkit.Loop.LoopWidgetExtension` |
111+
| `Loop Widget Extension` | XC Identifier | `com.TEAMID.loopkit.Loop.LoopWidgetExtension` |
113112
| `WatchApp` | XC Identifier | `com.TEAMID.loopkit.Loop.LoopWatch` |
114113
| `WatchAppExtension` | XC Identifier | `com.TEAMID.loopkit.Loop.LoopWatch.watchkitextension` |
114+
| **v3.2** `Small Status Widget` | XC Identifier | `com.TEAMID.loopkit.Loop.SmallStatusWidget`<br>No longer used, harmless to leave or to delete |
115115

116116
### Add `App Group` to Identifiers
117117

@@ -146,31 +146,31 @@ Look in the **`IDENTIFIER`** column to locate each Identifer. The name in the **
146146
| `Loop` | `com.TEAMID.loopkit.Loop` |
147147
| `Loop Intent Extension` | `com.TEAMID.loopkit.Loop.Loop-Intent-Extension` |
148148
| `Loop Status Extension` | `com.TEAMID.loopkit.Loop.statuswidget` |
149-
| **v3.2** `Small Status Widget` | `com.TEAMID.loopkit.Loop.SmallStatusWidget` |
150-
| **v3.4** `Loop Widget Extension` | `com.TEAMID.loopkit.Loop.LoopWidgetExtension` |
149+
| `Loop Widget Extension` | `com.TEAMID.loopkit.Loop.LoopWidgetExtension` |
151150

152151
Click on each **`IDENTIFIER`** in turn and the `Edit Your App ID Configuration` screen will open.
153152

154-
1. In the `App Services` column, scroll down to the `App Groups` row
155-
* Ensure the check box (under the `Capabilities` column) for `App Groups` is checked
156-
* If the word `Edit` shows up under `NOTES`, return using the `< All Identifiers` button at the top left
157-
* If the word `Configure` shows up, tap on it
158-
* This opens the `App Group Assignment` screen
159-
* Check the box by `Loop` *App Group* that uses your `TEAMID` in `group.com.TEAMID.loopkit.LoopGroup` and then `Continue`
153+
The example graphic below has numbered steps that match these directions:
160154

161-
If you modified settings for an **`IDENTIFIER`**, the `Save` button at the top right will become active. Click on `Save` before leaving this page - otherwise, the change does not take effect.
155+
1. Looking at the `App Services` column, scroll down to the `App Groups` row and ensure the check box (under the `Capabilities column`) for `App Groups` is checked
156+
2. If the word `Configure` shows up, tap on it
157+
* This opens the `App Group Assignment` screen
158+
* If it said `Edit` instead of `Configure` - you can click to confirm you have the correct App Group but won't need to continue or save if it is correct
159+
3. Check the box by `Loop App Group` that uses your `TEAMID` in `group.com.TEAMID.loopkit.LoopGroup`
160+
* Note that if you previously built with Xcode, the name may be different, i.e., `XC group com TEAMID loopkit LoopGroup`
161+
4. Tap `Continue`
162+
5. Tap `Save`
162163

163-
* Tap on `Save`
164-
* This opens the `Modify App Capabilities` confirmation screen
165-
* Click on `Confirm`
164+
![graphic showing selection of the correct App Group](img/update-identifier-loop-3-4.png){width="700"}
165+
{align="center"}
166166

167167
If you did not need to make changes, the `Save` button will not be active.
168168

169169
* Tap on the `< All Identifiers` button at the top left
170170

171171
The full list of Identifiers should be displayed again.
172172

173-
Repeat until the 4 Identifiers for the version you are building have the `Loop App Group` configured.
173+
Repeat until the 4 Identifiers have the `Loop App Group` configured.
174174

175175
* If you miss an identifier, the `Create Certificates` step will succeed but `Build Loop` will fail.
176176

0 commit comments

Comments
 (0)