Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/arkency/arkency-ios
- Owner: arkency
- Created: 2014-10-04T20:07:16.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-31T10:04:13.000Z (about 10 years ago)
- Last Synced: 2023-03-25T10:37:54.314Z (over 1 year ago)
- Language: Ruby
- Size: 23.4 MB
- Stars: 18
- Watchers: 15
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```