Skip to content

Commit af5e501

Browse files
todo
1 parent c8df9ba commit af5e501

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ All release binaries are built by the public [GitHub Actions workflow](.github/w
9494

9595
Single-target SwiftUI app built with Swift Package Manager. All source lives in `src/`. See [CLAUDE.md](CLAUDE.md) for detailed architecture documentation.
9696

97+
## Contributor TODO
98+
99+
- Improve auto-update performance and UX. The current `.app.zip` update path runs embedded `preinstall`/`postinstall` scripts during in-app updates, which can re-run heavyweight setup like Ruby, CocoaPods, Python, `idb`, and simulator checks. The preferred fix is a fast app-replacement path for normal updates, with toolchain repair/checks moved to first launch or background maintenance, plus real progress reporting during download/install.
100+
97101
## License
98102

99103
[Apache License 2.0](LICENSE)

0 commit comments

Comments
 (0)