Notice: It's for mruby and iOS hackers
- @masuidrive: I'm working hard on mruby what support debugging feagture now - Mar 3rd, 2013
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.
Feel free to open tickets or send pull requests with improvements. Thanks in advance for your help!
Original Authors "MobiRuby developers" are https://github.com/mobiruby/mobiruby-ios/tree/master/AUTHORS
"MobiRuby for iOS" is released under the MIT license: