In Xcode 4 look in the Navigator pane, which is the pane on the left side of the Xcode screen. It has 7 icons across the top. Select the left-most icon (looks like a file folder) to get the Project…
In Xcode 4 look in the Navigator pane, which is the pane on the left side of the Xcode screen. It has 7 icons across the top. Select the left-most icon (looks like a file folder) to get the Project…
You will probably have followed a zillion links before you got to this page and the only reason I am blogging about it is because most of these links will provide you with useless information or point you to software…
Smartphones are an amazing phenomena which seem to grow at mind boggling rate. Have a look at the latest graphs from asymco to see what I mean.
We have recently discovered a major issue on iOS 4.3 with SeaHawk. For some reason the Google map grows beyond it’s boundaries and hides the toolbar.
Now Apple introduced a neat feature to archive your Apps before submitting. Neatly because it stores the symbol table, so it an App crashes you can download the logs from the Apple website and get a pointer right to the…
According to Gartner, about 81% of apps downloaded today are free. The way free apps are able to generate revenue is through advertising. 16 percent of application store markets’ $5.2 billion revenue was generated from advertising.
Freely after the article: “The Holy War: Mac vs. DOS” By Umberto Eco, September 30, 1994: Friends, blog visitors, countrymen, I ask that a Committee for Public Health be set up, whose task would be to censor (by violent means,…
Here are three simple tips to improve battery life on your MacBook or MacBook Air. Let’s assume you are on a plane watching some movie. You probably already have a smug face since you can watch a movie for a…
Apple integrated the Clang Static Analyzer into Xcode a while back. It’s a part of the LLVM project and it uses the clang C/C++/Objective-C compiler front-end to the LLVM compiler to perform static analysis.
I decided to move some of my code to Project Locker, but found that the build dir is always listed by SVN like: oehoeboeroe:artemis aqua$ svn status M . ? build M …