Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 473 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 473 Bytes

HabitRPG for iOS

Native iOS app for HabitRPG.

Setup for local development

We are using Cocoapods to manage dependencies. So in order to set up the project, you have to install cocoapods first.

sudo gem install cocoapods

after that you can install the project dependencies.

pod install

Now you can open the HabitRPG.xcworkspace file and hopefully everything works. (Do not use the .xcodeproj file anymore.)