Xcode 3 Addition: Python and Ruby Cocoa Project Templates
·1 min
Xcode 3 includes project templates for writing Cocoa applications in Python and Ruby. Those of you who were turned off of Cocoa by Objective C’s syntax can now give Cocoa development a try.
If you installed the developer examples when you installed Xcode 3, you will find on your hard drive many examples of Cocoa programs written in Python and Ruby. You can find the Python examples at the following location:
Developer/Examples/Python/PyObjC
You can find the Ruby examples at the following location:
Developer/Examples/Ruby/RubyCocoa