ARISGames / iOSClient

Home Page:http://arisgames.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cloning and Compiling ARIS

git clone git@github.com: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.

About

http://arisgames.org

License:MIT License


Languages

Language:Objective-C 71.8%Language:C++ 14.2%Language:Objective-C++ 8.0%Language:JavaScript 4.7%Language:Ruby 1.1%Language:Makefile 0.1%Language:Shell 0.1%Language:C 0.1%