To submit a new ticket, please login with guest/spamfilter. This is to prevent advertising bots from creating tickets.

Current version: 0.91


Download it now!

- or -
Get the latest source version

Getting the latest source

So the release version doesn't slake your thirst, eh? Or perhaps you're going to implement Awesome New Feature? That's cool, just let me know when you do so that I can commit it.

  1. Get Subversion
    You'll need to have a Subversion 1.4 or higher client installed. Get it from Fink if you've got that installed (or install Fink first if you don't, since it's rad), or if you prefer to roll your own grab the source from the official page.
  2. Get Xcode
    You'll need Xcode 2.4 or better. Grab it from http://developer.apple.com if you don't have it. You need to register for a free ADC membership to download it.
  3. Check out the code
    Open a terminal and navigate to a likely location on your system, like ~/Documents or somesuch, you know, wherever you want to put the code. Maybe you have a special place, I don't know. Once you're there, grab the code:
    svn checkout http://stormsilver.net/itunescheck/repos/trunk iTunesCheck
    
    That guy will run for a little while. It's a fairly large download right now because of WebKit. When it's done you'll have a brand new folder called iTunesCheck which will contain all the source.

That's it! Inside is an Xcode project which you can open and dink around with. Have fun.