Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arkency/arkency-ios

Arkency iOS app written in RubyMotion
https://github.com/arkency/arkency-ios

Last synced: 5 days ago
JSON representation

Arkency iOS app written in RubyMotion

Awesome Lists containing this project

README

        

# Arkency iOS application

Simple application which shows what can be achieved in RubyMotion in 7 days, without having much knowledge about iOS at all.

## Building:

To build this app, you need to provide environmental variables which are listed in `.env.example` file. You can provide it in `rake` command each time, or use [dotenv](https://github.com/bkeepers/dotenv) for this. This project fetched dotenv variables from `.env` file that you should create by yourself.

After this build procedure is simple:
```
bundle exec rake pod:install
bundle exec rake # for iOS simulator build
```