mobiruby/mobiruby-ios
iOS app development environment on mruby
{ "createdAt": "2012-09-10T06:28:07Z", "defaultBranch": "master", "description": "iOS app development environment on mruby ", "fullName": "mobiruby/mobiruby-ios", "homepage": "http://mobiruby.org", "language": "Ruby", "name": "mobiruby-ios", "pushedAt": "2014-02-05T07:09:08Z", "stargazersCount": 431, "topics": [], "updatedAt": "2025-07-21T14:43:01Z", "url": "https://github.com/mobiruby/mobiruby-ios"}Welcome to MobiRuby for iOS (alpha)
Section titled “Welcome to MobiRuby for iOS (alpha)”Notice: It’s for mruby and iOS hackers
Current status
Section titled “Current status”- @masuidrive: I’m working hard on mruby what support debugging feagture now - Mar 3rd, 2013
Getting started
Section titled “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.5GEM_HOME=/Library/Ruby/Gems/1.8 GEM_PATH=/Library/Ruby/Gems/1.8 sudo /usr/bin/gem install nokogiri rakeAnd then, type the commands in terminal:
git clone https://github.com/mobiruby/mobiruby-ios.gitcd mobiruby-iosrakeIf 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
Section titled “Contributing”Feel free to open tickets or send pull requests with improvements. Thanks in advance for your help!
Authors
Section titled “Authors”Original Authors “MobiRuby developers” are https://github.com/mobiruby/mobiruby-ios/tree/master/AUTHORS
License
Section titled “License”“MobiRuby for iOS” is released under the MIT license:
