Snow Leopard

Heres a XCode 3.2 template for all you lazy guys :=)
glawe.se/Panda3D/Panda3D_1.6 … mplate.zip

Copy the Panda3D 1.6.2 folder to:
/Developer/Library/Xcode/Project Templates/Other/

The template is missing the DYLD_LIBRARY_PATH so you will have to add that manually after or you will not be able to debug.

Go to the Target in the project tree. Doubleclick on the executable name.
Select arguments tab. Press the + on the variables and add:
Name: DYLD_LIBRARY_PATH Value: /Applications/Panda3D/1.6.2/lib

That should be it. If you have any problems… well… i just hope you dont :stuck_out_tongue: