From 45f44e572689a64d07d35f3d937f536f23c15dbf Mon Sep 17 00:00:00 2001 From: Carson Katri Date: Tue, 15 Oct 2019 22:03:39 -0400 Subject: [PATCH] Add public beta link --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9525043..a7f4e01 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@

A cross-platform Reddit client created in SwiftUI.

+

Get the Public Beta

> *Note:* This project is far from complete. It still lacks many features of your typical Reddit client and has bugs (partly due to SwiftUI, but I'll take credit for some of them) To show off SwiftUI's strength in cross-platform development, I did **not** use Mac Catalyst for this project. Instead, common UI code is shared between iOS, macOS, and watchOS. + ## Project Structure * `Shared` - Models, helpers, API, and any shared Views. * `Reddit-[PLATFORM]` - Each target folder contains a `Views` and `Representable` folder. `Views` holds platform-specific views, and `Representable` contains `UIViewRepresentables` or `NSViewRepresentables`.