Source code for the WriteFreely SwiftUI app for iOS, iPadOS, and macOS
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

README.md 2.0 KiB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. # WriteFreely SwiftUI MultiPlatform Client
  2. A multiplatform (iOS, iPadOS, and macOS) client for [WriteFreely](https://writefreely.org/), built in SwiftUI.
  3. ## How To Get The Apps
  4. 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.
  5. The Mac app is still under development.
  6. ## Getting Started
  7. These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
  8. ### Prerequisites
  9. ⚠️ 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).
  10. - Xcode 12
  11. - [SwiftLint](https://github.com/realm/SwiftLint)
  12. SwiftLint is run as a build phase for all targets, so that linting warnings and errors are shown in Xcode.
  13. ## Running the tests
  14. To run the tests, select the scheme you want to test (iOS or macOS) and choose **Product** → **Test** from the Xcode menu.
  15. ## Contributing
  16. Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
  17. Need help getting started? Find out more about the project's [office hours](https://discuss.write.as/t/office-hours-for-writefreely-swift-projects/2788).
  18. ## Versioning
  19. We use [SemVer](https://semver.org/) for versioning and track changes in [CHANGELOG.md](CHANGELOG.md). For the versions available, see the
  20. [tags on this repository](https://github.com/writeas/writefreely-swiftui-multiplatform/tags).
  21. ## Authors
  22. - **Angelo Stavrow** - _Initial work_ - [AngeloStavrow](https://github.com/AngeloStavrow)
  23. See also the list of [contributors](https://github.com/writeas/writefreely-swiftui-multiplatform/contributors) who participated in this project.
  24. ## License
  25. This project is licensed under the GPL v3 License. See the [LICENSE.md](LICENSE.md) file for details.