clarkware / xcode-goodies
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (1)
- Wiki (1)
- Graphs
-
Tree:
1695aa1
commit 1695aa1c54f38c078178f942e17d04dd460b75e8
tree bb1deec91f5b726ae5589e8cc1e1cf5160a02d41
parent c32116c7ee183793779cd674d3860cf81423ae3a
tree bb1deec91f5b726ae5589e8cc1e1cf5160a02d41
parent c32116c7ee183793779cd674d3860cf81423ae3a
xcode-goodies / 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!
