December 2011
2 posts
A Christmas Message From America’s Rich →
In other words, Chase knowingly larded up the nation of Greece with a crippling future debt burden, then turned around and helped the world bet against Greek debt.
Does a citizen of Greece do that deal? Forget that: does a human being do that deal?
3 tags
appledoc build script
/usr/local/cellar/appledoc/2.0.4/bin/appledoc --project-name $PROJECT_NAME --project-company "Company Name" --company-id com.company --output $SOURCE_ROOT/docs --logformat Xcode .
Add it as a Build Phase to have documentation generated each time you build. I’ve got this set up on a separate ‘Documentation’ target so it doesn’t run every single time. That way, each build...