Skip to content

nivl4/habitrpg-ios

This branch is 2344 commits behind HabitRPG/habitica-ios:develop.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7b13451 · Apr 29, 2016
Oct 22, 2015
Apr 26, 2016
Oct 21, 2015
Oct 21, 2015
Apr 26, 2016
Apr 29, 2016
Apr 28, 2016
Apr 26, 2015
Apr 26, 2016
Aug 21, 2015
Aug 30, 2015
Nov 4, 2015
Aug 30, 2015
Mar 10, 2016
Apr 7, 2016
Mar 22, 2016
Feb 7, 2015
Feb 18, 2016
Apr 28, 2016
Apr 28, 2016
Feb 24, 2016
Apr 29, 2016
Sep 19, 2015

Repository files navigation

Habitica for iOS

Native iOS app for Habitica.

Setup for local development

Config File

Copy over the sample debug config file.

$ cp sample.debug.xcconfig debug.xcconfig

If you want to run your app against a locally running version of Habitica, change CUSTOM_DOMAIN to localhost:3000 or whatever port you have your local version configured to. Also set DISABLE_SSL to true so that the url can be configured correctly.

Cocoapods

We are using Cocoapods to manage dependencies.

If you have managed ruby environment (rbenv, rvm, etc.):

$ bundle install
$ bundle exec pod install

If you require sudo to install gems (i.e. you are using the MacOS system ruby):

$ sudo gem install cocoapods:'>=1.0.0.beta'
$ pod install

CocoaPods requires that you open the Habitica.xcworkspace.

$ open Habitica.xcworkspace

About

Native iOS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 99.1%
  • Other 0.9%