Skip to content

Commit fd64a63

Browse files
committed
fix identifiers capability table
1 parent 3c37e62 commit fd64a63

File tree

3 files changed

+14
-10
lines changed

3 files changed

+14
-10
lines changed

docs/browser/bb-errors.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,9 @@ If there is no upright arrow by a link, then the location is on the same page:
9292
9393
### Look at the Annotation
9494
95-
If you get an error in an Action. Click on the link and scroll down to view the annotation. An example is shown below. Most errors have a clear annotation telling you what to do. If the annotation is not clear to your, please [ask a mentor for help](#where-to-get-help-with-browser-build).
95+
If you get an error in an Action. Click on the link and scroll down to view the annotation. An example is shown below. Some errors have a clear annotation telling you what to do. If the annotation is not clear to your, please [ask a mentor for help](#where-to-get-help-with-browser-build).
96+
97+
> Changes at *Apple* led to a number of new errors - these do have have nice annotations.
9698
9799
![graphic with an example validate secret error](img/example-annotation.png){width="800"}
98100
{align="center"}
@@ -225,6 +227,8 @@ If you get an error when building with a browser, you can use this page to figur
225227
!!! important "Certificate is missing"
226228
If you get this build error message: `No code signing identity found and can not create a new one because you enabled`, you do not have certificates needed to run the build.
227229
230+
If you have more than one Distribution Certificate, you may need to delete the oldest one using these instructions: [Revoke Extra Distribution Certificate](bb-errors.md#revoke-extra-distribution-certificate){: target="_blank" }.
231+
228232
* With `Loop 3.6.0` and newer, this should not happen. Make sure you [Add Variable](prepare-fork.md#add-variable){: target="_blank" } to automatically renew certificates.
229233
230234
These are some of the most common errors to date.

docs/browser/other-apps.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -251,11 +251,11 @@ The *LoopCaregiver* app requires capabilities be associated with the Identifiers
251251

252252
| NAME | IDENTIFIER | Capabilities |
253253
|:--|:--|:--|
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> |
254+
| `LoopCaregiver` | `com.TEAMID.loopkit.LoopCaregiver` | App Groups<br> |
255+
| `LoopCaregiverIntentExtension` | `com.TEAMID.loopkit.LoopCaregiver.IntentExtension` | App Groups<br> |
256+
| `LoopCaregiverWatch` | `com.TEAMID.loopkit.LoopCaregiver.watchkitapp` | App Groups<br> |
257+
| `LoopCaregiverWatchWidgetExtension` | `com.TEAMID.loopkit.LoopCaregiver.watchkitapp.WidgetExtension` | App Groups<br> |
258+
| `LoopCaregiverWidgetExtension` | `com.TEAMID.loopkit.LoopCaregiver.WidgetExtension` | App Groups<br> |
259259

260260

261261
### Add `LoopCaregiverGroup` to each Identifier

docs/browser/prepare-app.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,10 @@ If you built previously using a Mac with Xcode, you may see the XCode version in
123123

124124
| NAME | IDENTIFIER | Capabilities |
125125
|:--|:--|:--|
126-
| `Loop` | `com.TEAMID.loopkit.Loop` | App Group<br>HealthKit<br>NFC Tag Reading<br>Push Notifications<br>SiriKit<br>User Notifications Time Sensitive |
127-
| `Loop Intent Extension` | `com.TEAMID.loopkit.Loop.Loop-Intent-Extension` | App Group<br> |
128-
| `Loop Status Extension` | `com.TEAMID.loopkit.Loop.statuswidget` | App Group<br> |
129-
| `Loop Widget Extension` | `com.TEAMID.loopkit.Loop.LoopWidgetExtension` | App Group<br> |
126+
| `Loop` | `com.TEAMID.loopkit.Loop` | App Groups<br>HealthKit<br>NFC Tag Reading<br>Push Notifications (do not configure)<br>Siri<br>Time Sensitive Notifications |
127+
| `Loop Intent Extension` | `com.TEAMID.loopkit.Loop.Loop-Intent-Extension` | App Groups<br> |
128+
| `Loop Status Extension` | `com.TEAMID.loopkit.Loop.statuswidget` | App Groups<br> |
129+
| `Loop Widget Extension` | `com.TEAMID.loopkit.Loop.LoopWidgetExtension` | App Groups<br> |
130130
| `WatchApp` | `com.TEAMID.loopkit.Loop.LoopWatch` | none |
131131
| `WatchAppExtension`| `com.TEAMID.loopkit.Loop.LoopWatch.watchkitextension` | HealthKit<br>SiriKit |
132132

0 commit comments

Comments
 (0)