An iOS application for remembering to take your medications.
The following commands will set up an Arex checkout. You'll need Xcode or the Command Line Tools installed.
git clone --recursive https://github.com/a2/arex-7.git
cd arex-7
carthage bootstrap --platform ios
Arex must be built with Xcode 7.3.1 or better.
The project may also be built from the command line:
xcodebuild -project Arex.xcodeproj -scheme Arex
- Swift 2.2 or better.
- Carthage
- MessagePack.swift
- Pistachio
- ReactiveCocoa
The repository is officially arex-7
, as it is the seventh complete rewrite with the same goals. It began and continues as a side project, and was open-sourced to make its progress visible and accountable.
Arex was open-sourced live on stage at Swift Summit 2015, one of the first conferences devoted to Swift's community and practices. You can view Alex's talk, "Death by Indecision".
Project planning is managed via GitHub issues.