Wednesday, 21 September 2011
iOS: Using older SDKs with newer Xcode versions
›
When you update Xcode versions, the installer automatically removes any old SDKs you have lying around, and replaces them with the latest ve...
8 comments:
Tuesday, 20 September 2011
How to set up Jenkins CI on a Mac
›
In this post I will describe how to get a running Jenkins server set up on your Mac. Like most free software ("free" as in pri...
4 comments:
Thursday, 15 September 2011
Writing: Smarter, Not Harder
›
The September issue of ACCU 's C Vu magazine is out now. It contains the latest instalment in my Becoming a Better Programmer colum...
Tuesday, 6 September 2011
Many-festos
›
Confusion of goals and perfection of means seems, in my opinion, to characterise our age. Albert Einstein It's becoming an epide...
3 comments:
Friday, 12 August 2011
Pushing a git repository into an existing subversion repository
›
I worked on a project using git as the version control system. Eventally I needed to share it with other developers, who had an existing co...
2 comments:
Friday, 22 July 2011
Xcode: Determining the current SDK version in a script
›
In an iOS XCode project, I needed a shell script target (aka "External Build Tool" target) that invokes other scripts which in tur...
Tuesday, 19 July 2011
C++: Declaring a pointer to a template method
›
Busy writing some template gibberish, we needed to make a healthy trade in pointers to template-member-functions. Of template classes. ( Whe...
‹
›
Home
View web version