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];
}
-(IBAction)checkForiPodUpdates:(id)sender
{
NSInteger upgradeMessageCode = [self getRandomIntegerValue];
[self displayLocalizedErrorMessageForCode:upgradeMessageCode];
}
Funny, but one fatal flow. iTunes is still Carbon
(Ok, they could load a cocoa bundle or whatever…)
er, “flaw”, not flow