Expand description
A portable AppUpdater that discovers a newer release from a GitHub
repository’s release feed.
Desktop has no framework-owned installer, and iOS is forbidden by App
Store Review Guideline 3.3.2 from replacing its own binary — but both can
still tell an application a newer version exists. GitHubAppUpdater is
that check, written once against the framework’s own HttpClient rather
than per platform, so every platform reads the same release feed the same
way and none of them link a second HTTP stack to do it.
Structs§
- GitHub
AppUpdater - Discovers releases through a repository’s public GitHub release feed.