I have been finalizing the beta for iDeskCal 2.0 and in the process came across ChocTop.
ChocTop is a system for rapid mac software DMG packaging.
In setting it up and using it I found that it lacked a feature I wanted.
Mainly the ability to specify that it should you a Debug build instead of the standard Release build that you would usually use.
The reason for wanting a Debug build is simple… I am packaging up a Beta.
So even though I don’t know Ruby (which is what ChocTop is written in) I set foot to add this feature.
Luckily like most computer languages I was able to understand it enough to understand what was going on and enough to add this new ability.
Once I was done and used it myself, I sent it back into the developer and he has already integrated it into the repo version of the code.
If you are a Mac developer checkout http://drnic.github.com/choctop/

