5 Easy Steps To Your First RubyCocoa Application: Difference between revisions

From Wurst-Wasser.net
Jump to navigation Jump to search
Line 4: Line 4:
* Macintosh of your choice
* Macintosh of your choice
* MacOS X 10.5 oder 10.6 (10.4 users have to install RubyCocoa theirselves)
* MacOS X 10.5 oder 10.6 (10.4 users have to install RubyCocoa theirselves)
* XCode 2.4 or higher
* XCode 2.4 or higher<ref>I used XCode 3.2.1 on Mac OS X 10.6 to create this tutorial</ref>
* Time
* some time


== Step 01: Creating the project ==
== Step 01: Creating the project ==

Revision as of 22:52, 14 June 2010

This is my preparation for the Cetik Event 2010. 2009 I promised to hold a lecture about creating an simple RubyCocoa application.

What you need

  • Macintosh of your choice
  • MacOS X 10.5 oder 10.6 (10.4 users have to install RubyCocoa theirselves)
  • XCode 2.4 or higher[1]
  • some time

Step 01: Creating the project

RubyCocoaTutorialStep1CreatingTheProject01.png
RubyCocoaTutorialStep1CreatingTheProject02.png
RubyCocoaTutorialStep1CreatingTheProject03.png
RubyCocoaTutorialStep1CreatingTheProject04.png
RubyCocoaTutorialStep1CreatingTheProject05.png
RubyCocoaTutorialStep1CreatingTheProject06.png
RubyCocoaTutorialStep1CreatingTheProject07.png
RubyCocoaTutorialStep1CreatingTheProject08.png
RubyCocoaTutorialStep1CreatingTheProject09.png
RubyCocoaTutorialStep1CreatingTheProject10.png

  1. I used XCode 3.2.1 on Mac OS X 10.6 to create this tutorial