• This repository has been archived on 29/Feb/2024
  • Stars
    star
    430
  • Rank 101,083 (Top 2 %)
  • Language
    Ruby
  • Created about 12 years ago
  • Updated almost 11 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

iOS app development environment on mruby

Welcome to MobiRuby for iOS (alpha)

Notice: It's for mruby and iOS hackers

Current status

  • @masuidrive: I'm working hard on mruby what support debugging feagture now - Mar 3rd, 2013

Build Status

Getting started

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

GEM_HOME=/Library/Ruby/Gems/1.8 GEM_PATH=/Library/Ruby/Gems/1.8 sudo /usr/bin/gem install xcodeproj -v=0.3.5
GEM_HOME=/Library/Ruby/Gems/1.8 GEM_PATH=/Library/Ruby/Gems/1.8 sudo /usr/bin/gem install nokogiri rake

And then, type the commands in terminal:

git clone https://github.com/mobiruby/mobiruby-ios.git
cd mobiruby-ios
rake

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.6.x

src/app.rb is MobiRuby starting point.

run rake is build and run on iOS simulator.

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: