Lately I have switch from OS X default shell bash to Zsh. There are a number of reasons why to use Zsh (if you wonder use google). As an Cocoa developer using Git I find myself typing the same commands over and over. I have a bunch of scripts doing more or less complicated tasks, so why not script the most simple task, open the current directory xcode project?
find “`pwd`” -name ‘*.xcodeproj’ -exec open {} \;
I now have the “ox” (open xcode) to open xcode projects. Thought I would share a simple thing that made me smile :-).
November 3rd, 2008 |
Filed in: Dev |
No Comments »
I have been reading Core Animation when having time over. Today I bought iPhone SDK development and Pragmatic Version Control Using Git from the Pragmatic programmers. I have been using Git for some time and I have to say that so far I like it. It’s very very fast and flexible. I also hope to learn some from the iPhone book. I guess it would have been a good idea to buy that book before I completed my first iphone app buy anyway, the Pragmatic Programmers produce great books and I am happy support them!
October 14th, 2008 |
Filed in: Dev, Log |
No Comments »
Today I begun testing an iPhone app I have been developing at late nights…
(I also managed to brake my drivers license into two parts)
October 1st, 2008 |
Filed in: Dev, Log |
No Comments »
I just released a preview release of Blooma. Go and grab it at http://fraction4.com/99/. Feel you want to give some feedback please do so!
Thanks in advance!
August 19th, 2008 |
Filed in: Dev |
No Comments »