Skip to content
jimcarson edited this page Oct 25, 2011 · 2 revisions

Welcome to the MacFizzyCalc wiki!

Since upgrading to the 4.3 version of XCode, I've had problems with being able to generate a code-signed executable. For that reason, I haven't updated the Mac app store with the GUI bug fix.

Greetings person/person(s) reading this. This is the source code for the Mac version of FizzyCalc, a utility I use often for working tricky geocaching puzzles involving coordinate manipulation. As this is my first Mac app in a while, I'd appreciate any suggestions on improving the code. In particular, once I had the basics written, I sought to add the conveniences of passing around field values between the tabs. This, unfortunately, cluttered up the code. I tried a few ways to modularize the repetitive stuff that carries over information/resets defaults, but could never get it working. No doubt, this is my still being a n00b at Objective-C/Cocoa. I am going to take a class in this in January 2012.

Clone this wiki locally