Skip to content

Commit 055caae

Browse files
Update README for latest info
1 parent 22109a4 commit 055caae

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,21 @@
22

33
A multiplatform (iOS, iPadOS, and macOS) client for [WriteFreely](https://writefreely.org/), built in SwiftUI.
44

5+
## How To Get The Apps
6+
7+
The iOS app is now [available on the App Store](https://apps.apple.com/us/app/writefreely/id1531530896) for iPhones and iPads running iOS 14. Check out [this help forum topic](https://discuss.write.as/t/using-the-writefreely-ios-app/1946) for a guide on using the app.
8+
9+
The Mac app is still under development.
10+
511
## Getting Started
612

713
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
814

915
### Prerequisites
1016

11-
⚠️ Building and testing the iOS targets will work on any version of macOS that supports Xcode 12, but building and testing the macOS target requires macOS 11 (Big Sur) beta 5.
17+
⚠️ Building and testing the iOS targets will work on any version of macOS that supports Xcode 12, but building and testing the macOS target requires macOS 11 (Big Sur) beta 9.
1218

13-
- Xcode 12 beta 5
19+
- Xcode 12
1420
- [SwiftLint](https://github.com/realm/SwiftLint)
1521

1622
SwiftLint is run as a build phase for all targets, so that linting warnings and errors are shown in Xcode.
@@ -21,7 +27,7 @@ To run the tests, select the scheme you want to test (iOS or macOS) and choose *
2127

2228
## Contributing
2329

24-
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
30+
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
2531

2632
## Versioning
2733

0 commit comments

Comments
 (0)