Commit c8bb748
Fix empty user watch complications: keep icon bitmaps under WidgetKit limit
The ExtensionDelegate writer rasterized complication icons at 96pt (=192px @2x)
and shipped the placeholder's RoundLogo at 1024px into the app-group payload.
WidgetKit caps complication images at ~122px (measured in pixels), so archiving
failed and every user complication — including gauge/ring ones — rendered empty.
- Render user-complication icons at 56pt (=112px @2x), under the limit
- Drop the placeholder/Assist raster icons from the payload (iconData = nil); the
widget extension already renders its bundled, correctly-sized Logo and Assist symbol
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent c005aeb commit c8bb748
1 file changed
Lines changed: 7 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
360 | 360 | | |
361 | 361 | | |
362 | 362 | | |
363 | | - | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
364 | 366 | | |
365 | 367 | | |
366 | 368 | | |
| |||
428 | 430 | | |
429 | 431 | | |
430 | 432 | | |
431 | | - | |
| 433 | + | |
| 434 | + | |
432 | 435 | | |
433 | 436 | | |
434 | 437 | | |
| |||
441 | 444 | | |
442 | 445 | | |
443 | 446 | | |
444 | | - | |
445 | | - | |
446 | | - | |
| 447 | + | |
| 448 | + | |
447 | 449 | | |
448 | 450 | | |
449 | 451 | | |
| |||
0 commit comments