June 01, 2006
Getting D to compile and work is quite a task, even if you set out from the Standard C Tool template.

So here is a new D Tool template for XCode 2.2+. The D support for Xcode
files from http://gdcmac.sourceforge.net/xcode.html are required. Then
just uncompress this template into
/Library/Application Support/Apple/Developer Tools/Project Templates/
Quite a path :).

Now you can create a new project, selecting "D Tool". It is a simple command line app, with a man page skeleton with everything set up for compilation and debug.

// Fredrik



June 01, 2006
Fredrik Olsson wrote:

> So here is a new D Tool template for XCode 2.2+. The D support for Xcode files from http://gdcmac.sourceforge.net/xcode.html are required.

Sweet, I'll make sure to include it on the gdcmac site as soon as the
new GDC 0.18 for Tiger is finished (the Universal Binary for PPC/X86)
This new build will also fix the missing i686 objects in the old one.

> Then just uncompress this template into
> /Library/Application Support/Apple/Developer Tools/Project Templates/
> Quite a path :).

I think that should be: (either like this, or with quotes instead)
/Library/Application\ Support/Apple/Developer\ Tools/Project\ Templates
since most command-line tools don't really like spaces in their paths...

--anders