Inside the iTunes 7.7 Source Code

July 11th, 2008


// TODO: Once 2.0 is actually released we should probably replace this with something more concrete
-(IBAction)checkForiPodUpdates:(id)sender
{
    NSInteger upgradeMessageCode = [self getRandomIntegerValue];
    [self displayLocalizedErrorMessageForCode:upgradeMessageCode];
}

2 Responses to “Inside the iTunes 7.7 Source Code”

  1. At

    Funny, but one fatal flow. iTunes is still Carbon :)

    (Ok, they could load a cocoa bundle or whatever…)

  2. At

    er, “flaw”, not flow

Leave a Reply