goking / mobiruby-ios

iOS app development environment on mruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to MobiRuby for iOS (alpha)

Notice: It's for mruby and iOS hackers

Getting started

At first time, you might need to install the below gems:

sudo /usr/bin/gem install xcodeproj
sudo /usr/bin/gem install nokogiri

And then, type the commands in terminal:

git clone https://github.com/mobiruby/mobiruby-ios.git
cd mobiruby-ios
sh setup.sh
open mobiruby-ios.xcodeproj

If you use XCode beta version, you should modify bin/build-config.sh or set up xcode-select correctly.

It's tested only Mountain Lion and XCode 4.4.1.

app.rb is MobiRuby starting point. Let's change and hack it.

Contributing

Feel free to open tickets or send pull requests with improvements. Thanks in advance for your help!

Authors

Original Authors "MobiRuby developers" are https://github.com/mobiruby/mobiruby-ios/tree/master/AUTHORS

License

"MobiRuby for iOS" is released under the MIT license:

About

iOS app development environment on mruby


Languages

Language:Ruby 63.1%Language:Shell 32.6%Language:Objective-C 4.4%