Skip to content

ARISGames/iOSClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloning and Compiling ARIS

git clone [email protected]:ARISGames/iOSClient.git ARISiOSClient
cd ARISiOSClient/
git submodule init
git submodule update

You will also need to install and init CocoPods

Install CocoPods:

sudo gem install cocoapods

Install The Pods used by ARIS:

pod install

Configuring and Running automated tests (Not Currently Used)

(Using OSX 10.9 or newer)

  1. Install bwoken:
sudo gem install bwoken && bwoken init
  1. Install brew:
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
  1. Install imagemagick using brew:
brew install imagemagick
  1. 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

Deploying

Archive ARIS.ipa into dist/ folder. Run make timestep from Project root.

Releasing

Above steps, and then make tag to git tag the release version.