Monthly Archives: February 2011
You can annotate your sources for better clang results. Best use is probably to specify that certain parameters to your functions can’t be nil/null. (via Peter Hosey on Twitter.)
February 13, 2011
Comments Off
From Stack Overflow, written by Quinn Taylor (a software engineer at Apple): How to use svnversion from Xcode. I was doing something more complex; this is better.
February 13, 2011
Comments Off
How to detect iOS hardware, simulator, or Mac from Greg Parker: TargetConditionals.h. (I’ve used this chart several times since it was posted, but I haven’t linked to it before.)
February 12, 2011
Comments Off
Jeff LaMarche provides several animation curve functions. Cool math, but probably not necessary for most apps.
February 11, 2011
Comments Off