diff options
| author | Dustin Mierau <mierau@users.noreply.github.com> | 2024-01-01 12:07:35 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-01 12:07:35 -0800 |
| commit | b3c032b5568f75476e8f2b53b47b2d969a60d5f4 (patch) | |
| tree | 43dde9c9ecaccee5b52b8610637430a052557980 | |
| parent | 5d2aadbc834393b532d043d6298d6a23b80c2a5c (diff) | |
Update README.md
| -rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -28,6 +28,7 @@ Written in Swift and SwiftUI. - News Browsing & Reading - Message Board Reading - File Browsing +- File Downloading # Todo - Username and icon changing @@ -37,7 +38,12 @@ Written in Swift and SwiftUI. - Private messaging - Display server messages - File transfer UI -- File downloading +- File downloading on iOS - File uploading - Saving server bookmarks - Multiple trackers on iOS + +# Goals +- Keep the HotlineClient, HotlineTrackerClient, and HotlineFileClient classes reusable so people can use it in other Swift Hotline projects. +- Bring a modern Hotline client to iOS, iPadOS, and macOS using one codebase. +- Have fun. :) |