Skip to content

jmoody/habitrpg-ios

 
 

Repository files navigation

HabitRPG for iOS

Native iOS app for HabitRPG.

Setup for local development

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
$ pod install

CocoaPods requires that you open the Habitica.xcworspace.

$ open Habitica.xcworkspace

About

Native iOS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 99.7%
  • Other 0.3%