Skip to content

Commit 45f44e5

Browse files
authored
Add public beta link
1 parent 4faf06b commit 45f44e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
<p align="center"><img src="Resources/banner.jpeg" /></p>
22
<h2 align="center">A cross-platform Reddit client created in SwiftUI.</h2>
3+
<p align="center"><a href="https://testflight.apple.com/join/oiQDuLT7">Get the Public Beta</a></p>
34

45
> *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)
56
67
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.
78

9+
810
## Project Structure
911
* `Shared` - Models, helpers, API, and any shared Views.
1012
* `Reddit-[PLATFORM]` - Each target folder contains a `Views` and `Representable` folder. `Views` holds platform-specific views, and `Representable` contains `UIViewRepresentables` or `NSViewRepresentables`.

0 commit comments

Comments
 (0)