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.
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.
- You will need these tools installed to develop the app (Brewfile provided)
- Xcodegen -
brew install xcodegen
- Sourcery -
brew install sourcery
- Swiftlint -
brew install swiftlint
- Fastlane -
brew cask install fastlane
- Xcode 11+ and Xcode command line tools - download at link
- Xcodegen -
- Clone this repository
- 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/
- Run
sourcery --config .sourcery.yml
- Run
xcodegen generate
in the root of the repository - Run
fastlane tests
to build and test the app
RetroQuest iOS is licensed under the Apache 2.0 license. However, please do not ship this app under your own account, paid or free.
We welcome contributions! Please see our contributing doc for information on how to contribute, code standards, etc.