gdgtoledo / katangapp-ios

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Katanga iOS app

Setting up the development environment

First install Ruby gems bundler:

	gem install bundler

Then go to project folder, and run:

	bundle install
	bundle exec pod install

If this doesn't work execute:

	bundle exec pod repo update
	bundle exec pod install

Last, open .xcworkspace on XCode IDE to complete the setup of the project.

About

License:Apache License 2.0


Languages

Language:Swift 96.2%Language:Ruby 3.7%Language:Shell 0.1%