D for Xcode 1.2

It’s been a while since DMD for Mac OS X has been available, but I haven’t made an official release of D for Xcode to support DMD. Today I’m fixing that.

So D for Xcode 2.1 now supports DMD. It comes with an installer package that does the following:

  • Install D plugin for Xcode
  • Install Xcode file and project templates for D
  • Download and install latest version of DMD 2.x
  • Download and install latest version of DMD 1.x

This means that someone can just run the installer and immediately start writing and compiling D code within Xcode, a nice improvement on the previous state of things. It’s using DMD 2.x by default, but there is no problem installing both versions at the same time and changing the default if you prefer working with version 1 of the language.

More details and some screenshots on the D for Xcode website.


Comments

hagen

Love you for that. Actually today I wanted to try it myself when I suddenly red these great news. Im writing my master thesis with D2. Until today I was using makefiles with xcode to get the stuff done. You safed the day


  • © 2003–2024 Michel Fortin.