public
Fork of ashtom/macruby_twitter_mg
Description: A Twitter client written in MacRuby using MGTwitterEngine
Homepage:
Clone URL: git://github.com/chalkers/macruby_twitter_mg.git
ashtom (author)
Mon May 25 11:30:43 -0700 2009
commit  84b6670b6862183698b08b664a32c9a9252340ff
tree    48030e033d0b60a90b91a09e44581594f6e14d84
parent  78a59e81f1d1f94bb1ca8cd33c73a3e3b29a71ea
name age message
file .gitattributes Mon May 25 11:29:07 -0700 2009 Initial revision. [ashtom]
file .gitignore Mon May 25 11:29:07 -0700 2009 Initial revision. [ashtom]
file COPYING Mon May 25 11:29:07 -0700 2009 Initial revision. [ashtom]
directory Classes/ Loading commit data...
directory English.lproj/
file Info.plist Mon May 25 11:29:07 -0700 2009 Initial revision. [ashtom]
directory MacRubyTwitterMG.xcodeproj/ Mon May 25 11:29:07 -0700 2009 Initial revision. [ashtom]
file README.rdoc Mon May 25 11:30:43 -0700 2009 Minor change to README.rdoc. [ashtom]
directory Vendor/
file main.m Mon May 25 11:29:07 -0700 2009 Initial revision. [ashtom]
file rb_main.rb Mon May 25 11:29:07 -0700 2009 Initial revision. [ashtom]
README.rdoc

What’s MacRubyTwitterMG

MacRubyTwitterMG is a Twitter client written in MacRuby and using MGTwitterEngine. The idea and development is described in a blog post: "Using MGTwitterEngine with MacRuby (or How to Build a Twitter Client with 37 Lines of Code)" - www.comprovisation.com/blog/mgtwitterengine_with_macruby

Installation

You need to install the following tools:

  1. Xcode, see developer.apple.com/documentation/Xcode/Conceptual/XcodeCoexistence/Contents/Resources/en.lproj/
  2. MacRuby 0.4 or higher, see www.macruby.org/source.html

Then clone the git repository of MacRubyTwitterMG

  $ git clone git://github.com/ashtom/macruby_twitter_mg.git

and open the file MacRubyTwitterMG.xcodeproj in Xcode. Click "Build and Go" and the app should build without errors and launch afterwards.

Copying

See the file COPYING.

The Author

Feel free to send comments and bug reports to the author

or file a new issue in the GitHub Issue Tracker: