clayallsopp / mixing-objc-ruby

Mixing Objective-C and Ruby with RubyMotion
http://clayallsopp.com/posts/mixing-objective-c-and-ruby/
20 stars 1 forks source link

ObjC <-> Ruby

These are examples projects on how to mix Objective-C and Ruby.

Instructions

  1. cd ./ruby
  2. rake static

To run the Ruby project, just run rake inside ./ruby.

To run the Objective-C project, use Xcode as usual.