git clone [email protected]:ARISGames/iOSClient.git ARISiOSClient
cd ARISiOSClient/
git submodule init
git submodule update
Install CocoPods:
sudo gem install cocoapods
Install The Pods used by ARIS:
pod install
(Using OSX 10.9 or newer)
- Install bwoken:
sudo gem install bwoken && bwoken init
- Install brew:
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
- Install imagemagick using brew:
brew install imagemagick
- Compile and Run the tests:
bwoken test
Note: once you have compiled, you can quickly re-run the tests by running:
bwoken test --skip-build
Archive ARIS.ipa into dist/ folder. Run make timestep
from Project root.
Above steps, and then make tag
to git tag the release version.