mirror of
https://github.com/bryanthaboi/gen1recomp.git
synced 2026-08-12 08:21:02 +02:00
fe1714d50e
Follow-up to #452, from dogfooding the merged build on a real iPhone. A mod fused into game.love sits in the read-only app bundle: the mod manager's Delete can't remove it and it reappears every launch, and an imported newer version can never fully replace it. iOS now packs no mods, matching every other platform - mods install as .zips at runtime with a real install/upgrade/delete lifecycle. With nothing fusing it, mods/pokewalker moves out of this tree to its canonical home, https://github.com/mresnick67/Gen1ReComp-Pokewalker (already at 0.2.0 there with move learning and a paged credit dialog; in-tree 0.1.0 was stale). docs/ios-install.md points at it. The event:save.loaded coverage-debt entry returns to gate_meta_coverage: its coverage came from the mod's test suite and leaves with it. Local reproduction of the ci workflow on this branch: all tiers, mod lint, fingerprint + meta-coverage gates green. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>