b94f769750d7191340787e6799687f3835e82e0d
The iOS 18+ long-press app-icon menu (turn icon into a widget) shows the supported SIZES of the FIRST-registered widget kind only — it does not list widget kinds and is not keyed by intent type (two distinct intents in6375af4changed nothing on-device). The bundle's first kind (FuelPriceSmallWidget, small-first since38b47ee) therefore decided the menu offered only the small tile. The early build worked because FuelPriceWidget was registered first back then. Reordering to medium-first would fix the menu but flip the gallery order (38b47ee). Instead: this first kind now supports BOTH .systemSmall and .systemMedium, so the icon menu offers both size tiles (ChatGPT/Safari behave the same way — their first kind supports several families). The gallery still lists both widget kinds in bundle order; the Small entry just gains a medium variant. The shared view already branches on family, so medium renders the station list.
Description
FuelBoard iOS app - England-wide petrol station prices (widget + app)
150 MiB
Languages
Swift
99%
Shell
1%