public
Description: A collection of custom Xcode macros, scripts, templates, and other goodies.
Homepage: http://pragprog.com/screencasts/v-mcxcode
Clone URL: git://github.com/clarkware/xcode-goodies.git
name age message
file README.markdown Sun Feb 15 09:21:09 -0800 2009 README.markdown [clarkware]
file Rakefile Wed Feb 25 14:21:36 -0800 2009 Useful task for debugging Xibs when you're in a... [clarkware]
directory git/ Sun Feb 15 08:41:45 -0800 2009 Initial import [clarkware]
directory macros/ Wed Sep 16 11:25:42 -0700 2009 Updated macros to work with Xcode 3.2. [clarkware]
directory scripts/ Sat Oct 03 14:13:10 -0700 2009 Courtesy of CocoaWithLove. [clarkware]
directory templates/ Thu Oct 01 06:37:30 -0700 2009 Added a couple new templates and macros. [clarkware]
README.markdown

Xcode Goodies

A collection of Xcode macros, scripts, templates, and other goodies for iPhone and Mac development.

CLANG

To use the LLVM/Clang Static Analyzer, you'll need to download and unpack the latest binaries:

    $ curl -OL http://checker.minormatter.com/checker-0.156.tar.bz2
    $ tar xjf checker-0.156.tar.bz2 -C /Users/mike/clang

Then add the path to the extracted directory to your PATH environment variable. For example, you'd add this to your ~/.bash_profile:

    export CLANG=/Users/mike/clang/checker-0.156
    export PATH=$PATH:$CLANG

Screencast

Check out the Becoming Productive in Xcode screencasts for more tips and tricks!