Commit 7e6461b
committed
Declare Push Notifications on the widget extension's App ID
The widget is refreshed by WidgetKit push, so the extension holds its own APNs
token and its provisioning profile needs the aps-environment entitlement. The
identifiers lane declared App Groups only, so the App Store profile was issued
without it and the archive failed on the widget target.
The side-by-side test build had the capability added directly through Xcode's
provisioning updates, which is why this went unnoticed until the first CI build:
that path never touches the Fastfile, and the Fastfile is what CI provisions
from.1 parent 224d6e9 commit 7e6461b
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
181 | 186 | | |
182 | | - | |
| 187 | + | |
| 188 | + | |
183 | 189 | | |
184 | 190 | | |
185 | 191 | | |
| |||
0 commit comments