A note about performance
On a multi-core Mac, running 10.8, I ran a test to compare the speed differences of incrementing or...
Automating Instruments
I actually automate Instruments to get finer grain information of what an application is actually doing. To automated...
Bitten by ImageIO and libTIFF
ApplicationServices.framework and ImageIO.framework use their own version of libJPEG/libTIFF so if you were to use the standard version from the web, you would have a conflict when the application loads. This appears to only affect Xcode 4.X.
Spread the love
When was the last time you gave the Internet a great big hug? Seriously. Think about it… you...
Google C++ Testing Framework and C++11
I’ve been using Google’s C++ Testing Framework for some time now, but as soon as I tried to...
Finding the “file in use” culprit in Mac OS X
Thank to a tip at MacWorld, I was able to find out what process was locking a file...
Spaces, where are you?
I took me long enough to figure out how to do this, but MacLife on has it all...
Duplicating projects and Xcode4
I found that when you duplicate a Xcode project, say to make experimental changes you don’t want in...
OmniGraffle supports UNIX keyboard commands
Well, at least ctrl+a and ctrl+e. I haven’t tried anything else, but I was surprised to find out...
Checking out a file in Perforce using Xcode’s 4 behaviors
Perforce published a knowledge base article on how to use Xcode’s built in behaviors to check out a...