2009-03-01から1ヶ月間の記事一覧

SVN with Xcode

svn pe svn:ignore . build svn pe svn:ignore [HOGEHOGE].xcodeproj/ *.pbxuser *.perspectivev3 *.mode1v3

mac設定

~/.profile に export SVN_EDITOR=vi

LLVM/Clang Static Analyzer使ってみた

下記のサイトを参考に、使ってみた。 http://recotana.com/recotanablog/?p=305arm-apple-darwin9-gcc-4.0.1がないよ!と言われたので以下の処理をしたら動いた。 ln -s /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/arm-apple-darwin9-gcc-4.…