/retroquest-ios

A native iOS client for RetroQuest https://github.com/FordLabs/retroquest

Primary LanguageSwiftApache License 2.0Apache-2.0

RetroQuest iOS

RetroQuest iOS is a native experience for RetroQuest.

It provides the main functionality you would expect from the RetroQuest website, and also can remember your board credentials securely. See the RetroQuest repository for more information about RetroQuest.

Thoughts Screen

Beta Builds

The app is currently in beta with pre-built binaries limited to Ford employees as we gather feedback. Microsoft App Center is used for both distribution and crashalytics for beta test users. If you are a Ford employee and would like to help test, contact a maintainer of this project.

We hope to distribute to the Apple App Store in the future.

Building

  1. You will need these tools installed to develop the app
  2. Clone this repository
  3. Set environment variable, RETROQUEST_SERVER_URL, to tell the app where the RetroQuest server is running:
    • Export variable on your machine or
    • Create an env-vars.sh script at the root of the repository containing: export RETROQUEST_SERVER_URL=https://myurl.com/
  4. Run fastlane tests to build and test the app

License

RetroQuest iOS is licensed under the Apache 2.0 license. However, please do not ship this app under your own account, paid or free.

Contributing

We welcome contributions! Please see our contributing doc for information on how to contribute, code standards, etc.