bits about life, coding and stuff
If you’ve ever used Tweetie 2 on the iPhone, you surely love Loren’s unique menu approach. Facebook has something like that, but it’s displayed via a button. For my app, i wanted to bring users the same experience like on the iphone.
I assume you have some iphone dev experience, this isn’t going to be a [...]
Because GitHub is cool and sourceforge isn’t. (And i like to manage my submodules via git)
Create your dir of choice
git init
git svn init -T <svnrepo>
git svn fetch
git gc (to speed things up)
git remote add origin <yourgitpushurl>
git push origin master
Because I don’t know why it’s not default, and most guides on the net don’t work. (source)
Open Terminal.app
Open the Preferences window (CMD+,)
Click the Settings tab
Select your current Settings theme, and click on the Keyboard tab
Edit (or Add) the entry for Home
Set Action: to send string to shell:
Set the string to \001 (or press Ctrl+a)
Edit (or Add) the [...]
Found a solution to the refactor bug that bugged me all the time.
Apply and no more XCode crashes. And DONT EVER USE ‘weak’ or ’strong’ as @property.
http://github.com/steipete/three20-P31/commit/316a8a81b3cc76a84c5c9fbc6b402972775bc5fd