Skip to content

Commit 3c37e62

Browse files
committed
update other apps, add table with capabilities for LoopCaregiver
1 parent f4cede5 commit 3c37e62

File tree

4 files changed

+31
-5
lines changed

4 files changed

+31
-5
lines changed

docs/browser/bb-errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* If you previously built and had a valid certificate, you probably did not notice the issue
99
* If you previously built, but needed to renew your certificate, you were not able to build for a few weeks but that is now resolved
1010
* If this is your first time building a particular app, then the ability to create **Identifiers** for that app is still impacted
11-
* A solution is being tested but not currently available in the released code
11+
* A solution is being tested but is not currently available in the released code
1212

1313
> Building with a Mac in not affected.
1414

docs/browser/bb-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* If you previously built and had a valid certificate, you probably did not notice the issue
99
* If you previously built, but needed to renew your certificate, you were not able to build for a few weeks but that is now resolved
1010
* If this is your first time building a particular app, then the ability to create **Identifiers** for that app is still impacted
11-
* A solution is being tested but not currently available in the released code
11+
* A solution is being tested but is not currently available in the released code
1212

1313
> Building with a Mac in not affected.
1414

docs/browser/identifiers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ The `Validate Secrets` &nbsp;<span class=notranslate>Action</span>&nbsp; should
6767

6868
## <code>Add Identifiers</code>
6969

70-
!!! important "Browser Build Temporarily Unavailable for New Builders and Some Updating Builders"
70+
!!! important "Add Identifiers Temporarily Unavailable"
7171
The Add Identifiers action does not work at this time.
7272

73-
We are confident that the connection between *GitHub* Actions and *Apple* will be fixed. For now, please be patient.
73+
A solution is being tested but is not currently available in the released code. For now, please be patient.
7474

7575

7676
??? abstract "Section Summary (click to open/close)"

docs/browser/other-apps.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,12 @@ The `Validate Secrets` &nbsp;<span class=notranslate>Action</span>&nbsp; should
150150

151151
## Add Identifiers
152152

153+
!!! important "Add Identifiers Temporarily Unavailable"
154+
The Add Identifiers action does not work at this time.
155+
156+
A solution is being tested but is not currently available in the released code.
157+
For now, please be patient.
158+
153159
Near the top middle of your Repository fork, click on the "Actions" tab.
154160

155161
* If this is the first `Action` you run with this repository you'll be informed that `Workflows aren't being run on this forked repository`
@@ -190,7 +196,7 @@ After successfully performing the `Add Identifiers Action`, you will see the ide
190196
191197
The *LoopCaregiver* app requires updates to the `Identifiers` after they are generated.
192198

193-
The *LoopFollow* app does not require this extra step. You can skip ahead to [Create App in App Store Connect](#create-app-in-app-store-connect).
199+
The *LoopFollow* app does not require this extra step. You can skip ahead to [Create App in App Store Connect](#create-app-in-app-store-connect). The *LoopFollow* app does not require any special capabilities.
194200

195201
## Add `App Group` to `LoopCaregiver`
196202

@@ -220,6 +226,12 @@ Click to open this link in a new tab: [`Certificates, Identifiers & Profiles: Id
220226

221227
#### Table with Name and Identifier for `LoopCaregiver`
222228

229+
!!! important "Add Identifiers Temporarily Unavailable"
230+
The Add Identifiers action does not work at this time.
231+
232+
A solution is being tested but is not currently available in the released code.
233+
For now, please be patient.
234+
223235
All five of these identifiers should be found after running the `Add Identifier` action on *GitHub*.
224236

225237
If you do not see them, please sync your `LoopCaregiver` repository and then run the [`Add Identifier` action](identifiers.md#add-identifiers). The **`NAME`** might begin with an `XC` if you previously built with Xcode. However, the **`IDENTIFIER`** column value should match.
@@ -232,6 +244,20 @@ If you do not see them, please sync your `LoopCaregiver` repository and then run
232244
| `LoopCaregiverWatchWidgetExtension` | `com.TEAMID.loopkit.LoopCaregiver.watchkitapp.WidgetExtension` |
233245
| `LoopCaregiverWidgetExtension` | `com.TEAMID.loopkit.LoopCaregiver.WidgetExtension` |
234246

247+
The *LoopCaregiver* app requires capabilities be associated with the Identifiers. When Add Identifiers is working, this is handled for you. The annotation box below is only for the special case where you must configure Identifiers manually.
248+
249+
??? abstract "Capabilities for Each LoopCaregiver Identifier (Click to open/close)"
250+
When <code>Action: Add Identifiers</code> is working, you do not need this information. If you ever need to manually create the Identiers, the table below lists the required capabilities. For the App Group, you must first add that capability and update the Identifier and then modify the Identifier a second time to add the LoopCaregiver App Group as directed in the next section.
251+
252+
| NAME | IDENTIFIER | Capabilities |
253+
|:--|:--|:--|
254+
| `LoopCaregiver` | `com.TEAMID.loopkit.LoopCaregiver` | App Group<br> |
255+
| `LoopCaregiverIntentExtension` | `com.TEAMID.loopkit.LoopCaregiver.IntentExtension` | App Group<br> |
256+
| `LoopCaregiverWatch` | `com.TEAMID.loopkit.LoopCaregiver.watchkitapp` | App Group<br> |
257+
| `LoopCaregiverWatchWidgetExtension` | `com.TEAMID.loopkit.LoopCaregiver.watchkitapp.WidgetExtension` | App Group<br> |
258+
| `LoopCaregiverWidgetExtension` | `com.TEAMID.loopkit.LoopCaregiver.WidgetExtension` | App Group<br> |
259+
260+
235261
### Add `LoopCaregiverGroup` to each Identifier
236262

237263
Find and click on the row for the `LoopCaregiver` on the [Certificates, Identifiers & Profiles: Identifiers List](https://developer.apple.com/account/resources/identifiers/list){: target="_blank" } page. Look in the **`IDENTIFIER`** column to find `com.TEAMID.loopkit.LoopCaregiver`. The **`NAME`** might begin with an `XC` if you previously built with Xcode. However, the **`IDENTIFIER`** column value should match.

0 commit comments

Comments
 (0)