Xcode Developer Documentation?
Is it just me, or is Xcode’s Documentation tool annoying.
Someone make me an improved documentation tool, accessible via spotlight, quicksilver, textmate, etc.
I want bookmarks, tagging, history. I want to be able to find more with less mouse. It’d be kinda cool if cocoadev wiki results were available in the same search results too.
And while we’re [...]
More xcode build scripting
Tinkered around with the appcast code from here and no doubt made it messier than the original. I’ve added two new files to xcode-build-scripts repository, appcast.rb and updateAppcastVersionInfo.rb. I’ve also updated postBuild.sh to make use of it.
Next step to add a push script to upload the appcast and zipfile to my host.
To Capistrano / Vlad [...]
Script your Sparkle with Ruby
Chris Bailey has written some ruby code to automate appcast creation:
Creating Sparkle Appcast via Rake Tasks
I’ll be tinkering with his script to do the same from Xcode.
Xcode Build Scripts - GitHub Repo Created
Later today I’ll be uploading the scripts referenced here to my GitHub repository: xcode-build-scripts.
Git Build Numbers for your Project
Had an idea earlier today to use script to generate incremental build numbers when compiling my Xcode projects. By default, Git uses hashes which resemble 02af6c6986c0973a38acb1a1dc392012840067c7, which is not human-friendly.
Dusted off my Programming Ruby book and put together the following: