Archive | February, 2008

DON’T PANIC

Tuesday, February 26, 2008

3 Comments

1.1.4 is out and there doesn’t seem to be anything major - final prep work before the SDK lands I imagine. Safari now seems to have support for plugins (things are slowly falling into place for Flash). Oh and for the first time in ages the jailbreak method used has not been patched by Apple - so ZiPhone will continue to work just fine.

iRot - iPhone development is fun

Monday, February 18, 2008

0 Comments

Over the weekend I decided to try my hand at a little iPhone development. My Objective-C skill is non-existant, and my C skill is incredibly rusty - but I pressed on. First up was installation of the toolchain required to compile native applications. This one was tough, very tough. After much swearing and shouting, I finally managed to get it to install. The iPhone dev team’s official instructions were of help right up until

sed 's/^FLAGS_FOR_TARGET=$/FLAGS_FOR_TARGET=${FLAGS_FOR_TARGET-}/g' \

This is where things seemed to go horribly wrong for me and others. After scouring google for solutions for what seemed like hours, I finally happened up on this little golden nugget. With the toolchain finally installed I cracked open my copy of Stephen Kochan’s Programming in Objective-C along with iPhone Open Application Development - a book by NES.app’s developer which I really can’t recommend at the moment.

I decided to write a useless little ROT13 app which you can grab by adding http://www.jasonmadigan.com/repo.xml to your installer.app’s repository list. I’ll release the source tomorrow after a quick cleanup.

Categories