#5 Playing with Cappuccino 0.7b

In this episode, I’ll explain how to install Cappuccino 0.7b and still be able to play with 0.6. I’ll assume you went through the steps described in episode #2 : Build Cappuccino from the source.

Here are some useful links about :

Here are the commands I run to completely remove Cappuccino 0.6 at the end of the screencast (watch out, those commands really delete files …) :

sudo rm /usr/local/bin/bake
sudo rm /usr/local/bin/cplutil
sudo rm /usr/local/bin/nib2cib
sudo rm /usr/local/bin/objj
sudo rm /usr/local/bin/objjc
sudo rm /usr/local/bin/ojtest
sudo rm /usr/local/bin/press
sudo rm /usr/local/bin/steam
sudo rm -Rf /usr/local/share/objj

Your comments/remarks are welcome here!

#4 Understanding delegates

In this episode, I’ll show you how to change a class behavior by implementing a delegate method.

Some useful links :

Update : there was an error in this episode (thanks to Giulio Cesare for pointing this out), the movies and code have been updated. If  you already downloaded them, please download them again.