fltk/ide/Xcode3.1
Matthias Melcher bde92b83f3 Fixed the IDE's for Xcode3, Xcode3.1, and VisualC (last one untested).
Added some code for verbose plugin manager output. This is what you should get when loading "cube" and then calling the regular "print" function.

Fl_Plugin: creating a plugin, class "fltk:device", name "opengl.device.fltk.org"
Fl_Plugin: creating a plugin manager for class "fltk:device"
Fl_Plugin: adding plugin named "opengl.device.fltk.org" at 0x0x175314
Fl_Plugin: deleting a plugin manager
Fl_Plugin: creating a plugin manager for class "fltk:device"
Fl_Plugin: returning plugin named "opengl.device.fltk.org": 0x0x175314
Fl_Plugin: deleting a plugin manager
Fl_Plugin: deleting a plugin



git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7291 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2010-03-17 21:11:06 +00:00
..
FLTK.xcodeproj Fixed the IDE's for Xcode3, Xcode3.1, and VisualC (last one untested). 2010-03-17 21:11:06 +00:00
icons Merging the UTF8 patch, consisting of O'ksi'd s original 1.1.6 patch and additions by Ian. PLEASE BE AWARE that the patch in its current incarnation is a regression in many aspects and further work is required before we can announce Unicode support. 2008-09-10 23:56:49 +00:00
plists Applied Manolo's patches from STR #2298: 2010-01-17 17:21:44 +00:00
Project Templates/FLTK Fixed the current Xcode template 2010-03-10 15:14:12 +00:00
config.h Xcode project was not building Cocoa code! 2009-12-07 19:54:26 +00:00
README.template Restored old Xcode plugin comment. 2010-03-10 21:46:42 +00:00
TODO Merging the UTF8 patch, consisting of O'ksi'd s original 1.1.6 patch and additions by Ian. PLEASE BE AWARE that the patch in its current incarnation is a regression in many aspects and further work is required before we can announce Unicode support. 2008-09-10 23:56:49 +00:00

To add FLTK projects as a new project template for Xcode 3, install the 
included files in the directory 

> cp -R ide/Xcode3.1/Project\ Templates/FLTK/* \
    ~/Library/Application\ Support/Developer/Shared/Xcode/Project\ Templates/FLTK\ Application/FLTK/

and restart Xcode.

The generated projects expects fltk 1.3 as it is installed
using the command line.

> sudo make install

Enjoy!

 -  Matthias

Please send me an EMail if you find errors or would like to suggest
improvement: mm@matthiasm.com